#488B57

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

Shades of Chateau Green #488B57

Tints of Chateau Green #488B57

Color information

#488B57 (or 0x488B57) is unknown color: approx Chateau Green. HEX triplet: 48, 8B and 57. RGB value is (72,139,87). Sum of RGB (Red+Green+Blue) = 72+139+87=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #488B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B57 is #B774A8. Grayscale: #717171. Windows color (decimal): -12022953 or 5737288. OLE color: 5737288.

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

Color convert

RGB7213987-
CMYK0.4800.370.45
HSL133.43º31.75%41.37%-
HSV(B)133.43º48.2%54.51%-
XYZ13.6320.5312.26-
YUV113.04113.398.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=24.16%
G=46.64%
B=29.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139870.4800.370.45133.4331.7541.37
Hex488B57300252D852029
Octal11021312760045552054051
Binary1001000100010111010111110000010010110110110000101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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