#3CA45A

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

Shades of Chateau Green #3CA45A

Tints of Chateau Green #3CA45A

Color information

#3CA45A (or 0x3CA45A) is unknown color: approx Chateau Green. HEX triplet: 3C, A4 and 5A. RGB value is (60,164,90). Sum of RGB (Red+Green+Blue) = 60+164+90=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA45A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA45A is #C35BA5. Grayscale: #7C7C7C. Windows color (decimal): -12802982 or 5940284. OLE color: 5940284.

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

Color convert

RGB6016490-
CMYK0.6300.450.36
HSL137.31º46.43%43.92%-
HSV(B)137.31º63.41%64.31%-
XYZ16.9828.2514.23-
YUV124.47108.5482.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 164 (64.45% from 255) = 52.23%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=19.11%
G=52.23%
B=28.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60164900.6300.450.36137.3146.4343.92
Hex3CA45A3F02D24892e2c
Octal7424413277055442115654
Binary111100101001001011010111111010110110010010001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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