#488C56

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

Shades of Chateau Green #488C56

Tints of Chateau Green #488C56

Color information

#488C56 (or 0x488C56) is unknown color: approx Chateau Green. HEX triplet: 48, 8C and 56. RGB value is (72,140,86). Sum of RGB (Red+Green+Blue) = 72+140+86=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #488C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C56 is #B773A9. Grayscale: #717171. Windows color (decimal): -12022698 or 5672008. OLE color: 5672008.

HSL color Cylindrical-coordinate representation of color #488C56: hue angle of 132.35º 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 #488C56 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB7214086-
CMYK0.4900.390.45
HSL132.35º32.08%41.57%-
HSV(B)132.35º48.57%54.9%-
XYZ13.7320.8112.1-
YUV113.51112.4798.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=24.16%
G=46.98%
B=28.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72140860.4900.390.45132.3532.0841.57
Hex488C56310272D84202a
Octal11021412661047552044052
Binary1001000100011001010110110001010011110110110000100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,86); }

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

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

 a { background-color: rgb(72,140,86); }

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

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

 span { border-color: rgb(72,140,86); }

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