#3A9B52

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

Shades of Chateau Green #3A9B52

Tints of Chateau Green #3A9B52

Color information

#3A9B52 (or 0x3A9B52) is unknown color: approx Chateau Green. HEX triplet: 3A, 9B and 52. RGB value is (58,155,82). Sum of RGB (Red+Green+Blue) = 58+155+82=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B52 is #C564AD. Grayscale: #757575. Windows color (decimal): -12936366 or 5413690. OLE color: 5413690.

HSL color Cylindrical-coordinate representation of color #3A9B52: hue angle of 134.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B52 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB5815582-
CMYK0.6300.470.39
HSL134.85º45.54%41.76%-
HSV(B)134.85º62.58%60.78%-
XYZ14.9924.9512.01-
YUV117.68107.8685.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=19.66%
G=52.54%
B=27.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58155820.6300.470.39134.8545.5441.76
Hex3A9B523F02F27872e2a
Octal7223312277057472075652
Binary111010100110111010010111111010111110011110000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,82); }

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

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

 a { background-color: rgb(58,155,82); }

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

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

 span { border-color: rgb(58,155,82); }

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