#3CAE55

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

Shades of Chateau Green #3CAE55

Tints of Chateau Green #3CAE55

Color information

#3CAE55 (or 0x3CAE55) is unknown color: approx Chateau Green. HEX triplet: 3C, AE and 55. RGB value is (60,174,85). Sum of RGB (Red+Green+Blue) = 60+174+85=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAE55 is #C351AA. Grayscale: #828282. Windows color (decimal): -12800427 or 5615164. OLE color: 5615164.

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

Color convert

RGB6017485-
CMYK0.6600.510.32
HSL133.16º48.72%45.88%-
HSV(B)133.16º65.52%68.24%-
XYZ18.6431.8913.77-
YUV129.77102.7378.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 174 (68.36% from 255) = 54.55%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=18.81%
G=54.55%
B=26.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60174850.6600.510.32133.1648.7245.88
Hex3CAE55420332085312e
Octal74256125102063402056156
Binary1111001010111010101011000010011001110000010000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,85); }

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

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

 a { background-color: rgb(60,174,85); }

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

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

 span { border-color: rgb(60,174,85); }

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