#3ca55e

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

Shades of Chateau Green #3CA55E

Tints of Chateau Green #3CA55E

Color information

#3CA55E (or 0x3CA55E) is unknown color: approx Chateau Green. HEX triplet: 3C, A5 and 5E. RGB value is (60,165,94). Sum of RGB (Red+Green+Blue) = 60+165+94=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA55E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA55E is #C35AA1. Grayscale: #7D7D7D. Windows color (decimal): -12802722 or 6202684. OLE color: 6202684.

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

Color convert

RGB6016594-
CMYK0.6400.430.35
HSL139.43º46.67%44.12%-
HSV(B)139.43º63.64%64.71%-
XYZ17.3428.6815.21-
YUV125.51110.2181.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=18.81%
G=51.72%
B=29.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60165940.6400.430.35139.4346.6744.12
Hex3CA55E4002B238b2f2c
Octal74245136100053432135754
Binary1111001010010110111101000000010101110001110001011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ca55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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