#48975E

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

Shades of Chateau Green #48975E

Tints of Chateau Green #48975E

Color information

#48975E (or 0x48975E) is unknown color: approx Chateau Green. HEX triplet: 48, 97 and 5E. RGB value is (72,151,94). Sum of RGB (Red+Green+Blue) = 72+151+94=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #48975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48975E is #B768A1. Grayscale: #797979. Windows color (decimal): -12019874 or 6199112. OLE color: 6199112.

HSL color Cylindrical-coordinate representation of color #48975E: hue angle of 136.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48975E is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB7215194-
CMYK0.5200.380.41
HSL136.71º35.43%43.73%-
HSV(B)136.71º52.32%59.22%-
XYZ15.7624.3214.45-
YUV120.88112.8393.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=22.71%
G=47.63%
B=29.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151940.5200.380.41136.7135.4343.73
Hex48975E340262989232c
Octal11022713664046512114354
Binary1001000100101111011110110100010011010100110001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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