#3A9049

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

Shades of Chateau Green #3A9049

Tints of Chateau Green #3A9049

Color information

#3A9049 (or 0x3A9049) is unknown color: approx Chateau Green. HEX triplet: 3A, 90 and 49. RGB value is (58,144,73). Sum of RGB (Red+Green+Blue) = 58+144+73=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9049 is #C56FB6. Grayscale: #6E6E6E. Windows color (decimal): -12939191 or 4821050. OLE color: 4821050.

HSL color Cylindrical-coordinate representation of color #3A9049: hue angle of 130.47º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9049 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB5814473-
CMYK0.6000.490.44
HSL130.47º42.57%39.61%-
HSV(B)130.47º59.72%56.47%-
XYZ12.9221.339.74-
YUV110.19107.0190.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 144 (56.64% from 255) = 52.36%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=21.09%
G=52.36%
B=26.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58144730.6000.490.44130.4742.5739.61
Hex3A90493C0312C822b28
Octal7222011174061542025350
Binary111010100100001001001111100011000110110010000010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,144,73); }

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

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

 a { background-color: rgb(58,144,73); }

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

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

 span { border-color: rgb(58,144,73); }

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