#347B3F

Color #347B3F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #347B3F

Tints of Japanese Laurel #347B3F

Color information

#347B3F (or 0x347B3F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 3F. RGB value is (52,123,63). Sum of RGB (Red+Green+Blue) = 52+123+63=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #347B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B3F is #CB84C0. Grayscale: #5F5F5F. Windows color (decimal): -13337793 or 4160308. OLE color: 4160308.

HSL color Cylindrical-coordinate representation of color #347B3F: hue angle of 129.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B3F is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB5212363-
CMYK0.5800.490.52
HSL129.3º40.57%34.31%-
HSV(B)129.3º57.72%48.24%-
XYZ9.415.257.15-
YUV94.93109.9897.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 63 (25% from 255) = 26.47%
R=21.85%
G=51.68%
B=26.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123630.5800.490.52129.340.5734.31
Hex347B3F3A03134812922
Octal641737772061642015142
Binary1101001111011111111111010011000111010010000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B3F; }

 p { color: rgb(52,123,63); }

 H1.HeaderClassName
 {
   color: #347B3F;
 }
 .AnyTagClassName
 {
   color: #347B3F;
 }
</style>
background-color css

<style>
 a { background-color: #347B3F; }

 a { background-color: rgb(52,123,63); }

 div.DivClassName
 {
   background-color: #347B3F;
 }
 .BgClassName
 {
   background-color: #347B3F;
 }
</style>
border-color css

<style>
 span { border-color: #347B3F; }

 span { border-color: rgb(52,123,63); }

 td.TdClassName
 {
   border-color: #347B3F;
 }
 .TagClassName
 {
   border-color: #347B3F;
 }
</style>