#346E2C

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

Shades of Japanese Laurel #346E2C

Tints of Japanese Laurel #346E2C

Color information

#346E2C (or 0x346E2C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6E and 2C. RGB value is (52,110,44). Sum of RGB (Red+Green+Blue) = 52+110+44=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #346E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E2C is #CB91D3. Grayscale: #555555. Windows color (decimal): -13341140 or 2911796. OLE color: 2911796.

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

Color convert

RGB5211044-
CMYK0.5300.60.57
HSL112.73º42.86%30.2%-
HSV(B)112.73º60%43.14%-
XYZ7.4512.064.32-
YUV85.13104.78104.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=25.24%
G=53.40%
B=21.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52110440.5300.60.57112.7342.8630.2
Hex346E2C3503C39712b1e
Octal641565465074711615336
Binary11010011011101011001101010111100111001111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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