#3CA55A

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

Shades of Chateau Green #3CA55A

Tints of Chateau Green #3CA55A

Color information

#3CA55A (or 0x3CA55A) is unknown color: approx Chateau Green. HEX triplet: 3C, A5 and 5A. RGB value is (60,165,90). Sum of RGB (Red+Green+Blue) = 60+165+90=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA55A is #C35AA5. Grayscale: #7D7D7D. Windows color (decimal): -12802726 or 5940540. OLE color: 5940540.

HSL color Cylindrical-coordinate representation of color #3CA55A: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA55A is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB6016590-
CMYK0.6400.450.35
HSL137.14º46.67%44.12%-
HSV(B)137.14º63.64%64.71%-
XYZ17.1628.6114.29-
YUV125.06108.2181.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=19.05%
G=52.38%
B=28.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165900.6400.450.35137.1446.6744.12
Hex3CA55A4002D23892f2c
Octal74245132100055432115754
Binary1111001010010110110101000000010110110001110001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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