#336E2C

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

Shades of Japanese Laurel #336E2C

Tints of Japanese Laurel #336E2C

Color information

#336E2C (or 0x336E2C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6E and 2C. RGB value is (51,110,44). Sum of RGB (Red+Green+Blue) = 51+110+44=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #336E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336E2C is #CC91D3. Grayscale: #555555. Windows color (decimal): -13406676 or 2911795. OLE color: 2911795.

HSL color Cylindrical-coordinate representation of color #336E2C: hue angle of 113.64º 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 #336E2C is Cyan = 0.54, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB5111044-
CMYK0.5400.60.57
HSL113.64º42.86%30.2%-
HSV(B)113.64º60%43.14%-
XYZ7.412.044.32-
YUV84.84104.95103.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=24.88%
G=53.66%
B=21.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51110440.5400.60.57113.6442.8630.2
Hex336E2C3603C39722b1e
Octal631565466074711625336
Binary11001111011101011001101100111100111001111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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