#488E53

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

Shades of Chateau Green #488E53

Tints of Chateau Green #488E53

Color information

#488E53 (or 0x488E53) is unknown color: approx Chateau Green. HEX triplet: 48, 8E and 53. RGB value is (72,142,83). Sum of RGB (Red+Green+Blue) = 72+142+83=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #488E53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E53 is #B771AC. Grayscale: #727272. Windows color (decimal): -12022189 or 5475912. OLE color: 5475912.

HSL color Cylindrical-coordinate representation of color #488E53: hue angle of 129.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E53 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB7214283-
CMYK0.4900.420.44
HSL129.43º32.71%41.96%-
HSV(B)129.43º49.3%55.69%-
XYZ13.9121.3511.57-
YUV114.34110.3197.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 142 (55.86% from 255) = 47.81%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=24.24%
G=47.81%
B=27.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72142830.4900.420.44129.4332.7141.96
Hex488E533102A2C81212a
Octal11021612361052542014152
Binary1001000100011101010011110001010101010110010000001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,83); }

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

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

 a { background-color: rgb(72,142,83); }

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

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

 span { border-color: rgb(72,142,83); }

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