#32803f

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

Shades of Japanese Laurel #32803F

Tints of Japanese Laurel #32803F

Color information

#32803F (or 0x32803F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 80 and 3F. RGB value is (50,128,63). Sum of RGB (Red+Green+Blue) = 50+128+63=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #32803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32803F is #CD7FC0. Grayscale: #616161. Windows color (decimal): -13467585 or 4161586. OLE color: 4161586.

HSL color Cylindrical-coordinate representation of color #32803F: hue angle of 130º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32803F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB5012863-
CMYK0.6100.510.50
HSL130º43.82%34.9%-
HSV(B)130º60.94%50.2%-
XYZ9.9316.487.36-
YUV97.27108.6694.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 63 (25% from 255) = 26.14%
R=20.75%
G=53.11%
B=26.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128630.6100.510.5013043.8234.9
Hex32803F3D03332822c23
Octal622007775063622025443
Binary11001010000000111111111101011001111001010000010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32803f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32803f; }

 p { color: rgb(50,128,63); }

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

<style>
 a { background-color: #32803f; }

 a { background-color: rgb(50,128,63); }

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

<style>
 span { border-color: #32803f; }

 span { border-color: rgb(50,128,63); }

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