#48A15A

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

Shades of Chateau Green #48A15A

Tints of Chateau Green #48A15A

Color information

#48A15A (or 0x48A15A) is unknown color: approx Chateau Green. HEX triplet: 48, A1 and 5A. RGB value is (72,161,90). Sum of RGB (Red+Green+Blue) = 72+161+90=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #48A15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A15A is #B75EA5. Grayscale: #7E7E7E. Windows color (decimal): -12017318 or 5939528. OLE color: 5939528.

HSL color Cylindrical-coordinate representation of color #48A15A: hue angle of 132.13º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A15A is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB7216190-
CMYK0.5500.440.37
HSL132.13º38.2%45.69%-
HSV(B)132.13º55.28%63.14%-
XYZ17.2627.6114.09-
YUV126.3107.5189.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 161 (63.28% from 255) = 49.85%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=22.29%
G=49.85%
B=27.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161900.5500.440.37132.1338.245.69
Hex48A15A3702C2584262e
Octal11024113267054452044656
Binary1001000101000011011010110111010110010010110000100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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