#3A964E

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

Shades of Chateau Green #3A964E

Tints of Chateau Green #3A964E

Color information

#3A964E (or 0x3A964E) is unknown color: approx Chateau Green. HEX triplet: 3A, 96 and 4E. RGB value is (58,150,78). Sum of RGB (Red+Green+Blue) = 58+150+78=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #3A964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A964E is #C569B1. Grayscale: #727272. Windows color (decimal): -12937650 or 5150266. OLE color: 5150266.

HSL color Cylindrical-coordinate representation of color #3A964E: hue angle of 133.04º 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 #3A964E is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB5815078-
CMYK0.6100.480.41
HSL133.04º44.23%40.78%-
HSV(B)133.04º61.33%58.82%-
XYZ14.0323.2610.96-
YUV114.28107.5287.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=20.28%
G=52.45%
B=27.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58150780.6100.480.41133.0444.2340.78
Hex3A964E3D03029852c29
Octal7222611675060512055451
Binary111010100101101001110111101011000010100110000101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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