#48A05B

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

Shades of Chateau Green #48A05B

Tints of Chateau Green #48A05B

Color information

#48A05B (or 0x48A05B) is unknown color: approx Chateau Green. HEX triplet: 48, A0 and 5B. RGB value is (72,160,91). Sum of RGB (Red+Green+Blue) = 72+160+91=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #48A05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A05B is #B75FA4. Grayscale: #7E7E7E. Windows color (decimal): -12017573 or 6004808. OLE color: 6004808.

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

Color convert

RGB7216091-
CMYK0.5500.430.37
HSL132.95º37.93%45.49%-
HSV(B)132.95º55%62.75%-
XYZ17.1327.2714.26-
YUV125.82108.3589.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=22.29%
G=49.54%
B=28.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72160910.5500.430.37132.9537.9345.49
Hex48A05B3702B2585262d
Octal11024013367053452054655
Binary1001000101000001011011110111010101110010110000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,91); }

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

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

 a { background-color: rgb(72,160,91); }

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

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

 span { border-color: rgb(72,160,91); }

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