#48975B

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

Shades of Chateau Green #48975B

Tints of Chateau Green #48975B

Color information

#48975B (or 0x48975B) is unknown color: approx Chateau Green. HEX triplet: 48, 97 and 5B. RGB value is (72,151,91). Sum of RGB (Red+Green+Blue) = 72+151+91=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #48975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48975B is #B768A4. Grayscale: #787878. Windows color (decimal): -12019877 or 6002504. OLE color: 6002504.

HSL color Cylindrical-coordinate representation of color #48975B: hue angle of 134.43º 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 #48975B is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB7215191-
CMYK0.5200.400.41
HSL134.43º35.43%43.73%-
HSV(B)134.43º52.32%59.22%-
XYZ15.6324.2713.76-
YUV120.54111.3393.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=22.93%
G=48.09%
B=28.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151910.5200.400.41134.4335.4343.73
Hex48975B340282986232c
Octal11022713364050512064354
Binary1001000100101111011011110100010100010100110000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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