#33763C

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

Shades of Japanese Laurel #33763C

Tints of Japanese Laurel #33763C

Color information

#33763C (or 0x33763C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 76 and 3C. RGB value is (51,118,60). Sum of RGB (Red+Green+Blue) = 51+118+60=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #33763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763C is #CC89C3. Grayscale: #5B5B5B. Windows color (decimal): -13404612 or 3962419. OLE color: 3962419.

HSL color Cylindrical-coordinate representation of color #33763C: hue angle of 128.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33763C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB5111860-
CMYK0.5700.490.54
HSL128.06º39.64%33.14%-
HSV(B)128.06º56.78%46.27%-
XYZ8.6613.996.52-
YUV91.35110.399.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=22.27%
G=51.53%
B=26.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118600.5700.490.54128.0639.6433.14
Hex33763C3903136802821
Octal631667471061662005041
Binary1100111110110111100111001011000111011010000000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33763C; }

 p { color: rgb(51,118,60); }

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

<style>
 a { background-color: #33763C; }

 a { background-color: rgb(51,118,60); }

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

<style>
 span { border-color: #33763C; }

 span { border-color: rgb(51,118,60); }

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