#48A45A

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

Shades of Chateau Green #48A45A

Tints of Chateau Green #48A45A

Color information

#48A45A (or 0x48A45A) is unknown color: approx Chateau Green. HEX triplet: 48, A4 and 5A. RGB value is (72,164,90). Sum of RGB (Red+Green+Blue) = 72+164+90=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #48A45A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A45A is #B75BA5. Grayscale: #808080. Windows color (decimal): -12016550 or 5940296. OLE color: 5940296.

HSL color Cylindrical-coordinate representation of color #48A45A: hue angle of 131.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A45A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB7216490-
CMYK0.5600.450.36
HSL131.74º38.98%46.27%-
HSV(B)131.74º56.1%64.31%-
XYZ17.7928.6714.27-
YUV128.06106.5288.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=22.09%
G=50.31%
B=27.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164900.5600.450.36131.7438.9846.27
Hex48A45A3802D2484272e
Octal11024413270055442044756
Binary1001000101001001011010111000010110110010010000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A45A; }

 p { color: rgb(72,164,90); }

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

<style>
 a { background-color: #48A45A; }

 a { background-color: rgb(72,164,90); }

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

<style>
 span { border-color: #48A45A; }

 span { border-color: rgb(72,164,90); }

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