#336E2F

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

Shades of Japanese Laurel #336E2F

Tints of Japanese Laurel #336E2F

Color information

#336E2F (or 0x336E2F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6E and 2F. RGB value is (51,110,47). Sum of RGB (Red+Green+Blue) = 51+110+47=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #336E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336E2F is #CC91D0. Grayscale: #555555. Windows color (decimal): -13406673 or 3108403. OLE color: 3108403.

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

Color convert

RGB5111047-
CMYK0.5400.570.57
HSL116.19º40.13%30.78%-
HSV(B)116.19º57.27%43.14%-
XYZ7.4512.064.62-
YUV85.18106.45103.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=24.52%
G=52.88%
B=22.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51110470.5400.570.57116.1940.1330.78
Hex336E2F360393974281f
Octal631565766071711645037
Binary11001111011101011111101100111001111001111010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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