#336D2F

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

Shades of Japanese Laurel #336D2F

Tints of Japanese Laurel #336D2F

Color information

#336D2F (or 0x336D2F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6D and 2F. RGB value is (51,109,47). Sum of RGB (Red+Green+Blue) = 51+109+47=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #336D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D2F is #CC92D0. Grayscale: #545454. Windows color (decimal): -13406929 or 3108147. OLE color: 3108147.

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

Color convert

RGB5110947-
CMYK0.5300.570.57
HSL116.13º39.74%30.59%-
HSV(B)116.13º56.88%42.75%-
XYZ7.3511.854.59-
YUV84.59106.78104.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=24.64%
G=52.66%
B=22.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51109470.5300.570.57116.1339.7430.59
Hex336D2F350393974281f
Octal631555765071711645037
Binary11001111011011011111101010111001111001111010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,47); }

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

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

 a { background-color: rgb(51,109,47); }

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

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

 span { border-color: rgb(51,109,47); }

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