#3A934B

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

Shades of Chateau Green #3A934B

Tints of Chateau Green #3A934B

Color information

#3A934B (or 0x3A934B) is unknown color: approx Chateau Green. HEX triplet: 3A, 93 and 4B. RGB value is (58,147,75). Sum of RGB (Red+Green+Blue) = 58+147+75=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #3A934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A934B is #C56CB4. Grayscale: #707070. Windows color (decimal): -12938421 or 4952890. OLE color: 4952890.

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

Color convert

RGB5814775-
CMYK0.6100.490.42
HSL131.46º43.41%40.2%-
HSV(B)131.46º60.54%57.65%-
XYZ13.4522.2710.25-
YUV112.18107.0189.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=20.71%
G=52.5%
B=26.79%

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
Decimal58147750.6100.490.42131.4643.4140.2
Hex3A934B3D0312A832b28
Octal7222311375061522035350
Binary111010100100111001011111101011000110101010000011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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