#488B56

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

Shades of Chateau Green #488B56

Tints of Chateau Green #488B56

Color information

#488B56 (or 0x488B56) is unknown color: approx Chateau Green. HEX triplet: 48, 8B and 56. RGB value is (72,139,86). Sum of RGB (Red+Green+Blue) = 72+139+86=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #488B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B56 is #B774A9. Grayscale: #717171. Windows color (decimal): -12022954 or 5671752. OLE color: 5671752.

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

Color convert

RGB7213986-
CMYK0.4800.380.45
HSL132.54º31.75%41.37%-
HSV(B)132.54º48.2%54.51%-
XYZ13.5820.5112.05-
YUV112.92112.898.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=24.24%
G=46.80%
B=28.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139860.4800.380.45132.5431.7541.37
Hex488B56300262D852029
Octal11021312660046552054051
Binary1001000100010111010110110000010011010110110000101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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