#3CAF5C

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

Shades of Chateau Green #3CAF5C

Tints of Chateau Green #3CAF5C

Color information

#3CAF5C (or 0x3CAF5C) is unknown color: approx Chateau Green. HEX triplet: 3C, AF and 5C. RGB value is (60,175,92). Sum of RGB (Red+Green+Blue) = 60+175+92=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF5C is #C350A3. Grayscale: #838383. Windows color (decimal): -12800164 or 6074172. OLE color: 6074172.

HSL color Cylindrical-coordinate representation of color #3CAF5C: hue angle of 136.7º 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 #3CAF5C is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB6017592-
CMYK0.6600.470.31
HSL136.7º48.94%46.08%-
HSV(B)136.7º65.71%68.63%-
XYZ19.1332.3915.37-
YUV131.15105.977.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=18.35%
G=53.52%
B=28.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60175920.6600.470.31136.748.9446.08
Hex3CAF5C4202F1F89312e
Octal74257134102057372116156
Binary111100101011111011100100001001011111111110001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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