#336C30

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

Shades of Japanese Laurel #336C30

Tints of Japanese Laurel #336C30

Color information

#336C30 (or 0x336C30) is unknown color: approx Japanese Laurel. HEX triplet: 33, 6C and 30. RGB value is (51,108,48). Sum of RGB (Red+Green+Blue) = 51+108+48=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #336C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C30 is #CC93CF. Grayscale: #545454. Windows color (decimal): -13407184 or 3173427. OLE color: 3173427.

HSL color Cylindrical-coordinate representation of color #336C30: hue angle of 117º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336C30 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5110848-
CMYK0.5300.560.58
HSL117º38.46%30.59%-
HSV(B)117º55.56%42.35%-
XYZ7.2611.644.66-
YUV84.12107.62104.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=24.64%
G=52.17%
B=23.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108480.5300.560.5811738.4630.59
Hex336C30350383A75261f
Octal631546065070721654637
Binary11001111011001100001101010111000111010111010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,48); }

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

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

 a { background-color: rgb(51,108,48); }

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

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

 span { border-color: rgb(51,108,48); }

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