#32763C

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

Shades of Japanese Laurel #32763C

Tints of Japanese Laurel #32763C

Color information

#32763C (or 0x32763C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 3C. RGB value is (50,118,60). Sum of RGB (Red+Green+Blue) = 50+118+60=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #32763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763C is #CD89C3. Grayscale: #5B5B5B. Windows color (decimal): -13470148 or 3962418. OLE color: 3962418.

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

Color convert

RGB5011860-
CMYK0.5800.490.54
HSL128.82º40.48%32.94%-
HSV(B)128.82º57.63%46.27%-
XYZ8.6113.966.52-
YUV91.06110.4798.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=21.93%
G=51.75%
B=26.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118600.5800.490.54128.8240.4832.94
Hex32763C3A03136812821
Octal621667472061662015041
Binary1100101110110111100111010011000111011010000001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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