#32983F

Color #32983F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #32983F

Tints of Chateau Green #32983F

Color information

#32983F (or 0x32983F) is unknown color: approx Chateau Green. HEX triplet: 32, 98 and 3F. RGB value is (50,152,63). Sum of RGB (Red+Green+Blue) = 50+152+63=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #32983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32983F is #CD67C0. Grayscale: #6F6F6F. Windows color (decimal): -13461441 or 4167730. OLE color: 4167730.

HSL color Cylindrical-coordinate representation of color #32983F: hue angle of 127.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32983F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB5015263-
CMYK0.6700.590.40
HSL127.65º50.5%39.61%-
HSV(B)127.65º67.11%59.61%-
XYZ13.4423.498.53-
YUV111.36100.7184.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 152 (59.77% from 255) = 57.36%
BLUE value IS 63 (25% from 255) = 23.77%
R=18.87%
G=57.36%
B=23.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152630.6700.590.40127.6550.539.61
Hex32983F4303B28803228
Octal6223077103073502006250
Binary110010100110001111111000011011101110100010000000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32983F; }

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

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

<style>
 a { background-color: #32983F; }

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

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

<style>
 span { border-color: #32983F; }

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

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