#3CAF5A

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

Shades of Chateau Green #3CAF5A

Tints of Chateau Green #3CAF5A

Color information

#3CAF5A (or 0x3CAF5A) is unknown color: approx Chateau Green. HEX triplet: 3C, AF and 5A. RGB value is (60,175,90). Sum of RGB (Red+Green+Blue) = 60+175+90=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF5A is #C350A5. Grayscale: #838383. Windows color (decimal): -12800166 or 5943100. OLE color: 5943100.

HSL color Cylindrical-coordinate representation of color #3CAF5A: hue angle of 135.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF5A is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB6017590-
CMYK0.6600.490.31
HSL135.65º48.94%46.08%-
HSV(B)135.65º65.71%68.63%-
XYZ19.0432.3614.92-
YUV130.92104.977.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 175 (68.75% from 255) = 53.85%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=18.46%
G=53.85%
B=27.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175900.6600.490.31135.6548.9446.08
Hex3CAF5A420311F88312e
Octal74257132102061372106156
Binary111100101011111011010100001001100011111110001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAF5A; }

 p { color: rgb(60,175,90); }

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

<style>
 a { background-color: #3CAF5A; }

 a { background-color: rgb(60,175,90); }

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

<style>
 span { border-color: #3CAF5A; }

 span { border-color: rgb(60,175,90); }

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