#48AF60

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

Shades of Chateau Green #48AF60

Tints of Chateau Green #48AF60

Color information

#48AF60 (or 0x48AF60) is unknown color: approx Chateau Green. HEX triplet: 48, AF and 60. RGB value is (72,175,96). Sum of RGB (Red+Green+Blue) = 72+175+96=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF60 is #B7509F. Grayscale: #878787. Windows color (decimal): -12013728 or 6336328. OLE color: 6336328.

HSL color Cylindrical-coordinate representation of color #48AF60: hue angle of 133.98º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF60 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB7217596-
CMYK0.5900.450.31
HSL133.98º41.7%48.43%-
HSV(B)133.98º58.86%68.63%-
XYZ20.1132.8816.35-
YUV135.2105.8882.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=20.99%
G=51.02%
B=27.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175960.5900.450.31133.9841.748.43
Hex48AF603B02D1F862a30
Octal11025714073055372065260
Binary100100010101111110000011101101011011111110000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,96); }

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

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

 a { background-color: rgb(72,175,96); }

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

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

 span { border-color: rgb(72,175,96); }

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