#336F35

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

Shades of Japanese Laurel #336F35

Tints of Japanese Laurel #336F35

Color information

#336F35 (or 0x336F35) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6F and 35. RGB value is (51,111,53). Sum of RGB (Red+Green+Blue) = 51+111+53=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #336F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F35 is #CC90CA. Grayscale: #565656. Windows color (decimal): -13406411 or 3501875. OLE color: 3501875.

HSL color Cylindrical-coordinate representation of color #336F35: hue angle of 122º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F35 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB5111153-
CMYK0.5400.520.56
HSL122º37.04%31.76%-
HSV(B)122º54.05%43.53%-
XYZ7.6912.335.34-
YUV86.45109.12102.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=23.72%
G=51.63%
B=24.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51111530.5400.520.5612237.0431.76
Hex336F3536034387a2520
Octal631576566064701724540
Binary110011110111111010111011001101001110001111010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,111,53); }

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

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

 a { background-color: rgb(51,111,53); }

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

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

 span { border-color: rgb(51,111,53); }

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