#48905A

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

Shades of Chateau Green #48905A

Tints of Chateau Green #48905A

Color information

#48905A (or 0x48905A) is unknown color: approx Chateau Green. HEX triplet: 48, 90 and 5A. RGB value is (72,144,90). Sum of RGB (Red+Green+Blue) = 72+144+90=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #48905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905A is #B76FA5. Grayscale: #747474. Windows color (decimal): -12021670 or 5935176. OLE color: 5935176.

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

Color convert

RGB7214490-
CMYK0.5000.370.44
HSL135º33.33%42.35%-
HSV(B)135º50%56.47%-
XYZ14.4922.0613.17-
YUV116.32113.1596.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=23.53%
G=47.06%
B=29.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144900.5000.370.4413533.3342.35
Hex48905A320252C87212a
Octal11022013262045542074152
Binary1001000100100001011010110010010010110110010000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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