#3A9350

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

Shades of Chateau Green #3A9350

Tints of Chateau Green #3A9350

Color information

#3A9350 (or 0x3A9350) is unknown color: approx Chateau Green. HEX triplet: 3A, 93 and 50. RGB value is (58,147,80). Sum of RGB (Red+Green+Blue) = 58+147+80=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9350 is #C56CAF. Grayscale: #707070. Windows color (decimal): -12938416 or 5280570. OLE color: 5280570.

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

Color convert

RGB5814780-
CMYK0.6100.460.42
HSL134.83º43.41%40.2%-
HSV(B)134.83º60.54%57.65%-
XYZ13.6322.3511.18-
YUV112.75109.5188.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=20.35%
G=51.58%
B=28.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58147800.6100.460.42134.8343.4140.2
Hex3A93503D02E2A872b28
Octal7222312075056522075350
Binary111010100100111010000111101010111010101010000111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,80); }

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

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

 a { background-color: rgb(58,147,80); }

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

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

 span { border-color: rgb(58,147,80); }

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