#48995F

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

Shades of Chateau Green #48995F

Tints of Chateau Green #48995F

Color information

#48995F (or 0x48995F) is unknown color: approx Chateau Green. HEX triplet: 48, 99 and 5F. RGB value is (72,153,95). Sum of RGB (Red+Green+Blue) = 72+153+95=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #48995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48995F is #B766A0. Grayscale: #7A7A7A. Windows color (decimal): -12019361 or 6265160. OLE color: 6265160.

HSL color Cylindrical-coordinate representation of color #48995F: hue angle of 137.04º 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 #48995F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB7215395-
CMYK0.5300.380.4
HSL137.04º36%44.12%-
HSV(B)137.04º52.94%60%-
XYZ16.1324.9914.8-
YUV122.17112.6692.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=22.5%
G=47.81%
B=29.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153950.5300.380.4137.043644.12
Hex48995F350262889242c
Octal11023113765046502114454
Binary1001000100110011011111110101010011010100010001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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