#346E31

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

Shades of Japanese Laurel #346E31

Tints of Japanese Laurel #346E31

Color information

#346E31 (or 0x346E31) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6E and 31. RGB value is (52,110,49). Sum of RGB (Red+Green+Blue) = 52+110+49=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #346E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E31 is #CB91CE. Grayscale: #555555. Windows color (decimal): -13341135 or 3239476. OLE color: 3239476.

HSL color Cylindrical-coordinate representation of color #346E31: hue angle of 117.05º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346E31 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB5211049-
CMYK0.5300.550.57
HSL117.05º38.36%31.18%-
HSV(B)117.05º55.45%43.14%-
XYZ7.5512.14.84-
YUV85.7107.28103.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=24.64%
G=52.13%
B=23.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110490.5300.550.57117.0538.3631.18
Hex346E31350373975261f
Octal641566165067711654637
Binary11010011011101100011101010110111111001111010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346E31; }

 p { color: rgb(52,110,49); }

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

<style>
 a { background-color: #346E31; }

 a { background-color: rgb(52,110,49); }

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

<style>
 span { border-color: #346E31; }

 span { border-color: rgb(52,110,49); }

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