#48995C

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

Shades of Chateau Green #48995C

Tints of Chateau Green #48995C

Color information

#48995C (or 0x48995C) is unknown color: approx Chateau Green. HEX triplet: 48, 99 and 5C. RGB value is (72,153,92). Sum of RGB (Red+Green+Blue) = 72+153+92=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #48995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48995C is #B766A3. Grayscale: #797979. Windows color (decimal): -12019364 or 6068552. OLE color: 6068552.

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

Color convert

RGB7215392-
CMYK0.5300.400.4
HSL134.81º36%44.12%-
HSV(B)134.81º52.94%60%-
XYZ1624.9314.09-
YUV121.83111.1692.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=22.71%
G=48.26%
B=29.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153920.5300.400.4134.813644.12
Hex48995C350282887242c
Octal11023113465050502074454
Binary1001000100110011011100110101010100010100010000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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