#48AF5D

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

Shades of Chateau Green #48AF5D

Tints of Chateau Green #48AF5D

Color information

#48AF5D (or 0x48AF5D) is unknown color: approx Chateau Green. HEX triplet: 48, AF and 5D. RGB value is (72,175,93). Sum of RGB (Red+Green+Blue) = 72+175+93=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF5D is #B750A2. Grayscale: #878787. Windows color (decimal): -12013731 or 6139720. OLE color: 6139720.

HSL color Cylindrical-coordinate representation of color #48AF5D: hue angle of 132.23º 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 #48AF5D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB7217593-
CMYK0.5900.470.31
HSL132.23º41.7%48.43%-
HSV(B)132.23º58.86%68.63%-
XYZ19.9832.8315.64-
YUV134.85104.3883.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=21.18%
G=51.47%
B=27.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175930.5900.470.31132.2341.748.43
Hex48AF5D3B02F1F842a30
Octal11025713573057372045260
Binary100100010101111101110111101101011111111110000100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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