#3CA25D

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

Shades of Chateau Green #3CA25D

Tints of Chateau Green #3CA25D

Color information

#3CA25D (or 0x3CA25D) is unknown color: approx Chateau Green. HEX triplet: 3C, A2 and 5D. RGB value is (60,162,93). Sum of RGB (Red+Green+Blue) = 60+162+93=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA25D is #C35DA2. Grayscale: #7B7B7B. Windows color (decimal): -12803491 or 6136380. OLE color: 6136380.

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

Color convert

RGB6016293-
CMYK0.6300.430.36
HSL139.41º45.95%43.53%-
HSV(B)139.41º62.96%63.53%-
XYZ16.7627.5914.8-
YUV123.64110.7182.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 162 (63.67% from 255) = 51.43%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=19.05%
G=51.43%
B=29.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60162930.6300.430.36139.4145.9543.53
Hex3CA25D3F02B248b2e2c
Octal7424213577053442135654
Binary111100101000101011101111111010101110010010001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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