#336B2D

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

Shades of Japanese Laurel #336B2D

Tints of Japanese Laurel #336B2D

Color information

#336B2D (or 0x336B2D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6B and 2D. RGB value is (51,107,45). Sum of RGB (Red+Green+Blue) = 51+107+45=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #336B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B2D is #CC94D2. Grayscale: #535353. Windows color (decimal): -13407443 or 2976563. OLE color: 2976563.

HSL color Cylindrical-coordinate representation of color #336B2D: hue angle of 114.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336B2D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB5110745-
CMYK0.5200.580.58
HSL114.19º40.79%29.8%-
HSV(B)114.19º57.94%41.96%-
XYZ7.111.414.31-
YUV83.19106.45105.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=25.12%
G=52.71%
B=22.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51107450.5200.580.58114.1940.7929.8
Hex336B2D3403A3A72291e
Octal631535564072721625136
Binary11001111010111011011101000111010111010111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,107,45); }

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

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

 a { background-color: rgb(51,107,45); }

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

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

 span { border-color: rgb(51,107,45); }

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