#3CA25A

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

Shades of Chateau Green #3CA25A

Tints of Chateau Green #3CA25A

Color information

#3CA25A (or 0x3CA25A) is unknown color: approx Chateau Green. HEX triplet: 3C, A2 and 5A. RGB value is (60,162,90). Sum of RGB (Red+Green+Blue) = 60+162+90=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA25A is #C35DA5. Grayscale: #7B7B7B. Windows color (decimal): -12803494 or 5939772. OLE color: 5939772.

HSL color Cylindrical-coordinate representation of color #3CA25A: hue angle of 137.65º 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 #3CA25A is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB6016290-
CMYK0.6300.440.36
HSL137.65º45.95%43.53%-
HSV(B)137.65º62.96%63.53%-
XYZ16.6327.5414.11-
YUV123.29109.2182.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=19.23%
G=51.92%
B=28.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162900.6300.440.36137.6545.9543.53
Hex3CA25A3F02C248a2e2c
Octal7424213277054442125654
Binary111100101000101011010111111010110010010010001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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