#48915E

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

Shades of Chateau Green #48915E

Tints of Chateau Green #48915E

Color information

#48915E (or 0x48915E) is unknown color: approx Chateau Green. HEX triplet: 48, 91 and 5E. RGB value is (72,145,94). Sum of RGB (Red+Green+Blue) = 72+145+94=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #48915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915E is #B76EA1. Grayscale: #757575. Windows color (decimal): -12021410 or 6197576. OLE color: 6197576.

HSL color Cylindrical-coordinate representation of color #48915E: hue angle of 138.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48915E is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB7214594-
CMYK0.5000.350.43
HSL138.08º33.64%42.55%-
HSV(B)138.08º50.34%56.86%-
XYZ14.8222.4414.14-
YUV117.36114.8295.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=23.15%
G=46.62%
B=30.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145940.5000.350.43138.0833.6442.55
Hex48915E320232B8a222b
Octal11022113662043532124253
Binary1001000100100011011110110010010001110101110001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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