#488D5C

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

Shades of Chateau Green #488D5C

Tints of Chateau Green #488D5C

Color information

#488D5C (or 0x488D5C) is unknown color: approx Chateau Green. HEX triplet: 48, 8D and 5C. RGB value is (72,141,92). Sum of RGB (Red+Green+Blue) = 72+141+92=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #488D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D5C is #B772A3. Grayscale: #727272. Windows color (decimal): -12022436 or 6065480. OLE color: 6065480.

HSL color Cylindrical-coordinate representation of color #488D5C: hue angle of 137.39º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D5C is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB7214192-
CMYK0.4900.350.45
HSL137.39º32.39%41.76%-
HSV(B)137.39º48.94%55.29%-
XYZ14.1321.213.47-
YUV114.78115.1497.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=23.61%
G=46.23%
B=30.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141920.4900.350.45137.3932.3941.76
Hex488D5C310232D89202a
Octal11021513461043552114052
Binary1001000100011011011100110001010001110110110001001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D5C; }

 p { color: rgb(72,141,92); }

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

<style>
 a { background-color: #488D5C; }

 a { background-color: rgb(72,141,92); }

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

<style>
 span { border-color: #488D5C; }

 span { border-color: rgb(72,141,92); }

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