#3A944F

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

Shades of Chateau Green #3A944F

Tints of Chateau Green #3A944F

Color information

#3A944F (or 0x3A944F) is unknown color: approx Chateau Green. HEX triplet: 3A, 94 and 4F. RGB value is (58,148,79). Sum of RGB (Red+Green+Blue) = 58+148+79=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #3A944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A944F is #C56BB0. Grayscale: #717171. Windows color (decimal): -12938161 or 5215290. OLE color: 5215290.

HSL color Cylindrical-coordinate representation of color #3A944F: hue angle of 134º degrees, saturation: 0.44, 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 #3A944F is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB5814879-
CMYK0.6100.470.42
HSL134º43.69%40.39%-
HSV(B)134º60.81%58.04%-
XYZ13.7522.6411.04-
YUV113.22108.6888.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=20.35%
G=51.93%
B=27.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58148790.6100.470.4213443.6940.39
Hex3A944F3D02F2A862c28
Octal7222411775057522065450
Binary111010100101001001111111101010111110101010000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,79); }

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

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

 a { background-color: rgb(58,148,79); }

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

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

 span { border-color: rgb(58,148,79); }

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