#33AF5C

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

Shades of Chateau Green #33AF5C

Tints of Chateau Green #33AF5C

Color information

#33AF5C (or 0x33AF5C) is unknown color: approx Chateau Green. HEX triplet: 33, AF and 5C. RGB value is (51,175,92). Sum of RGB (Red+Green+Blue) = 51+175+92=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF5C is #CC50A3. Grayscale: #808080. Windows color (decimal): -13389988 or 6074163. OLE color: 6074163.

HSL color Cylindrical-coordinate representation of color #33AF5C: hue angle of 139.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF5C is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB5117592-
CMYK0.7100.470.31
HSL139.84º54.87%44.31%-
HSV(B)139.84º70.86%68.63%-
XYZ18.6332.1415.35-
YUV128.46107.4272.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=16.04%
G=55.03%
B=28.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51175920.7100.470.31139.8454.8744.31
Hex33AF5C4702F1F8c372c
Octal63257134107057372146754
Binary110011101011111011100100011101011111111110001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33AF5C; }

 p { color: rgb(51,175,92); }

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

<style>
 a { background-color: #33AF5C; }

 a { background-color: rgb(51,175,92); }

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

<style>
 span { border-color: #33AF5C; }

 span { border-color: rgb(51,175,92); }

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