#3CA55F

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

Shades of Chateau Green #3CA55F

Tints of Chateau Green #3CA55F

Color information

#3CA55F (or 0x3CA55F) is unknown color: approx Chateau Green. HEX triplet: 3C, A5 and 5F. RGB value is (60,165,95). Sum of RGB (Red+Green+Blue) = 60+165+95=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA55F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA55F is #C35AA0. Grayscale: #7D7D7D. Windows color (decimal): -12802721 or 6268220. OLE color: 6268220.

HSL color Cylindrical-coordinate representation of color #3CA55F: hue angle of 140º 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 #3CA55F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB6016595-
CMYK0.6400.420.35
HSL140º46.67%44.12%-
HSV(B)140º63.64%64.71%-
XYZ17.3828.715.45-
YUV125.62110.7181.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=18.75%
G=51.56%
B=29.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165950.6400.420.3514046.6744.12
Hex3CA55F4002A238c2f2c
Octal74245137100052432145754
Binary1111001010010110111111000000010101010001110001100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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