#32793C

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

Shades of Japanese Laurel #32793C

Tints of Japanese Laurel #32793C

Color information

#32793C (or 0x32793C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 3C. RGB value is (50,121,60). Sum of RGB (Red+Green+Blue) = 50+121+60=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #32793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32793C is #CD86C3. Grayscale: #5C5C5C. Windows color (decimal): -13469380 or 3963186. OLE color: 3963186.

HSL color Cylindrical-coordinate representation of color #32793C: hue angle of 128.45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32793C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB5012160-
CMYK0.5900.500.53
HSL128.45º41.52%33.53%-
HSV(B)128.45º58.68%47.45%-
XYZ8.9714.686.64-
YUV92.82109.4897.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=21.65%
G=52.38%
B=25.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121600.5900.500.53128.4541.5233.53
Hex32793C3B03235802a22
Octal621717473062652005242
Binary1100101111001111100111011011001011010110000000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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