#3CA64D

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

Shades of Chateau Green #3CA64D

Tints of Chateau Green #3CA64D

Color information

#3CA64D (or 0x3CA64D) is unknown color: approx Chateau Green. HEX triplet: 3C, A6 and 4D. RGB value is (60,166,77). Sum of RGB (Red+Green+Blue) = 60+166+77=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA64D is #C359B2. Grayscale: #7C7C7C. Windows color (decimal): -12802483 or 5088828. OLE color: 5088828.

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

Color convert

RGB6016677-
CMYK0.6400.540.35
HSL129.62º46.9%44.31%-
HSV(B)129.62º63.86%65.1%-
XYZ16.8428.7711.69-
YUV124.16101.3882.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 166 (65.23% from 255) = 54.79%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=19.80%
G=54.79%
B=25.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60166770.6400.540.35129.6246.944.31
Hex3CA64D4003623822f2c
Octal74246115100066432025754
Binary1111001010011010011011000000011011010001110000010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,77); }

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

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

 a { background-color: rgb(60,166,77); }

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

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

 span { border-color: rgb(60,166,77); }

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