#48915F

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

Shades of Chateau Green #48915F

Tints of Chateau Green #48915F

Color information

#48915F (or 0x48915F) is unknown color: approx Chateau Green. HEX triplet: 48, 91 and 5F. RGB value is (72,145,95). Sum of RGB (Red+Green+Blue) = 72+145+95=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #48915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915F is #B76EA0. Grayscale: #757575. Windows color (decimal): -12021409 or 6263112. OLE color: 6263112.

HSL color Cylindrical-coordinate representation of color #48915F: hue angle of 138.9º 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 #48915F is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB7214595-
CMYK0.5000.340.43
HSL138.9º33.64%42.55%-
HSV(B)138.9º50.34%56.86%-
XYZ14.8622.4514.38-
YUV117.47115.3295.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=23.08%
G=46.47%
B=30.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145950.5000.340.43138.933.6442.55
Hex48915F320222B8b222b
Octal11022113762042532134253
Binary1001000100100011011111110010010001010101110001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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