#48AE5D

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

Shades of Chateau Green #48AE5D

Tints of Chateau Green #48AE5D

Color information

#48AE5D (or 0x48AE5D) is unknown color: approx Chateau Green. HEX triplet: 48, AE and 5D. RGB value is (72,174,93). Sum of RGB (Red+Green+Blue) = 72+174+93=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AE5D is #B751A2. Grayscale: #868686. Windows color (decimal): -12013987 or 6139464. OLE color: 6139464.

HSL color Cylindrical-coordinate representation of color #48AE5D: hue angle of 132.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AE5D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB7217493-
CMYK0.5900.470.32
HSL132.35º41.46%48.24%-
HSV(B)132.35º58.62%68.24%-
XYZ19.7832.4415.57-
YUV134.27104.7183.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 174 (68.36% from 255) = 51.33%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=21.24%
G=51.33%
B=27.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174930.5900.470.32132.3541.4648.24
Hex48AE5D3B02F20842930
Octal11025613573057402045160
Binary1001000101011101011101111011010111110000010000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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