#48905E

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

Shades of Chateau Green #48905E

Tints of Chateau Green #48905E

Color information

#48905E (or 0x48905E) is unknown color: approx Chateau Green. HEX triplet: 48, 90 and 5E. RGB value is (72,144,94). Sum of RGB (Red+Green+Blue) = 72+144+94=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #48905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48905E is #B76FA1. Grayscale: #747474. Windows color (decimal): -12021666 or 6197320. OLE color: 6197320.

HSL color Cylindrical-coordinate representation of color #48905E: hue angle of 138.33º 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 #48905E is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB7214494-
CMYK0.5000.350.44
HSL138.33º33.33%42.35%-
HSV(B)138.33º50%56.47%-
XYZ14.6722.1314.09-
YUV116.77115.1596.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=23.23%
G=46.45%
B=30.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72144940.5000.350.44138.3333.3342.35
Hex48905E320232C8a212a
Octal11022013662043542124152
Binary1001000100100001011110110010010001110110010001010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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