#3C964E

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

Shades of Chateau Green #3C964E

Tints of Chateau Green #3C964E

Color information

#3C964E (or 0x3C964E) is unknown color: approx Chateau Green. HEX triplet: 3C, 96 and 4E. RGB value is (60,150,78). Sum of RGB (Red+Green+Blue) = 60+150+78=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #3C964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C964E is #C369B1. Grayscale: #737373. Windows color (decimal): -12806578 or 5150268. OLE color: 5150268.

HSL color Cylindrical-coordinate representation of color #3C964E: hue angle of 132º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C964E is Cyan = 0.6, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB6015078-
CMYK0.600.480.41
HSL132º42.86%41.18%-
HSV(B)132º60%58.82%-
XYZ14.1423.3210.96-
YUV114.88107.1888.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=20.83%
G=52.08%
B=27.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60150780.600.480.4113242.8641.18
Hex3C964E3C03029842b29
Octal7422611674060512045351
Binary111100100101101001110111100011000010100110000100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,78); }

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

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

 a { background-color: rgb(60,150,78); }

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

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

 span { border-color: rgb(60,150,78); }

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