#3A954C

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

Shades of Chateau Green #3A954C

Tints of Chateau Green #3A954C

Color information

#3A954C (or 0x3A954C) is unknown color: approx Chateau Green. HEX triplet: 3A, 95 and 4C. RGB value is (58,149,76). Sum of RGB (Red+Green+Blue) = 58+149+76=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A954C is #C56AB3. Grayscale: #717171. Windows color (decimal): -12937908 or 5018938. OLE color: 5018938.

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

Color convert

RGB5814976-
CMYK0.6100.490.42
HSL131.87º43.96%40.59%-
HSV(B)131.87º61.07%58.43%-
XYZ13.822.9210.53-
YUV113.47106.8588.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.49%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=20.49%
G=52.65%
B=26.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58149760.6100.490.42131.8743.9640.59
Hex3A954C3D0312A842c29
Octal7222511475061522045451
Binary111010100101011001100111101011000110101010000100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,149,76); }

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

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

 a { background-color: rgb(58,149,76); }

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

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

 span { border-color: rgb(58,149,76); }

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