#3A964D

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

Shades of Chateau Green #3A964D

Tints of Chateau Green #3A964D

Color information

#3A964D (or 0x3A964D) is unknown color: approx Chateau Green. HEX triplet: 3A, 96 and 4D. RGB value is (58,150,77). Sum of RGB (Red+Green+Blue) = 58+150+77=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3A964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A964D is #C569B2. Grayscale: #727272. Windows color (decimal): -12937651 or 5084730. OLE color: 5084730.

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

Color convert

RGB5815077-
CMYK0.6100.490.41
HSL132.39º44.23%40.78%-
HSV(B)132.39º61.33%58.82%-
XYZ13.9923.2510.77-
YUV114.17107.0287.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=20.35%
G=52.63%
B=27.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58150770.6100.490.41132.3944.2340.78
Hex3A964D3D03129842c29
Octal7222611575061512045451
Binary111010100101101001101111101011000110100110000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,77); }

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

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

 a { background-color: rgb(58,150,77); }

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

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

 span { border-color: rgb(58,150,77); }

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