#48975A

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

Shades of Chateau Green #48975A

Tints of Chateau Green #48975A

Color information

#48975A (or 0x48975A) is unknown color: approx Chateau Green. HEX triplet: 48, 97 and 5A. RGB value is (72,151,90). Sum of RGB (Red+Green+Blue) = 72+151+90=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #48975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48975A is #B768A5. Grayscale: #787878. Windows color (decimal): -12019878 or 5936968. OLE color: 5936968.

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

Color convert

RGB7215190-
CMYK0.5200.400.41
HSL133.67º35.43%43.73%-
HSV(B)133.67º52.32%59.22%-
XYZ15.5824.2513.53-
YUV120.42110.8393.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 151 (59.38% from 255) = 48.24%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=23.00%
G=48.24%
B=28.75%

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
Decimal72151900.5200.400.41133.6735.4343.73
Hex48975A340282986232c
Octal11022713264050512064354
Binary1001000100101111011010110100010100010100110000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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