#3A904C

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

Shades of Chateau Green #3A904C

Tints of Chateau Green #3A904C

Color information

#3A904C (or 0x3A904C) is unknown color: approx Chateau Green. HEX triplet: 3A, 90 and 4C. RGB value is (58,144,76). Sum of RGB (Red+Green+Blue) = 58+144+76=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #3A904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A904C is #C56FB3. Grayscale: #6E6E6E. Windows color (decimal): -12939188 or 5017658. OLE color: 5017658.

HSL color Cylindrical-coordinate representation of color #3A904C: hue angle of 132.56º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A904C is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB5814476-
CMYK0.6000.470.44
HSL132.56º42.57%39.61%-
HSV(B)132.56º59.72%56.47%-
XYZ13.0221.3710.28-
YUV110.53108.5190.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.86%
GREEN value IS 144 (56.64% from 255) = 51.80%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=20.86%
G=51.80%
B=27.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58144760.6000.470.44132.5642.5739.61
Hex3A904C3C02F2C852b28
Octal7222011474057542055350
Binary111010100100001001100111100010111110110010000101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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