#48985A

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

Shades of Chateau Green #48985A

Tints of Chateau Green #48985A

Color information

#48985A (or 0x48985A) is unknown color: approx Chateau Green. HEX triplet: 48, 98 and 5A. RGB value is (72,152,90). Sum of RGB (Red+Green+Blue) = 72+152+90=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #48985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48985A is #B767A5. Grayscale: #797979. Windows color (decimal): -12019622 or 5937224. OLE color: 5937224.

HSL color Cylindrical-coordinate representation of color #48985A: hue angle of 133.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48985A is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB7215290-
CMYK0.5300.410.40
HSL133.5º35.71%43.92%-
HSV(B)133.5º52.63%59.61%-
XYZ15.7524.5713.59-
YUV121.01110.593.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=22.93%
G=48.41%
B=28.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152900.5300.410.40133.535.7143.92
Hex48985A350292886242c
Octal11023013265051502064454
Binary1001000100110001011010110101010100110100010000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48985A; }

 p { color: rgb(72,152,90); }

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

<style>
 a { background-color: #48985A; }

 a { background-color: rgb(72,152,90); }

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

<style>
 span { border-color: #48985A; }

 span { border-color: rgb(72,152,90); }

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