#48955A

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

Shades of Chateau Green #48955A

Tints of Chateau Green #48955A

Color information

#48955A (or 0x48955A) is unknown color: approx Chateau Green. HEX triplet: 48, 95 and 5A. RGB value is (72,149,90). Sum of RGB (Red+Green+Blue) = 72+149+90=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #48955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48955A is #B76AA5. Grayscale: #777777. Windows color (decimal): -12020390 or 5936456. OLE color: 5936456.

HSL color Cylindrical-coordinate representation of color #48955A: hue angle of 134.03º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48955A is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB7214990-
CMYK0.5200.400.42
HSL134.03º34.84%43.33%-
HSV(B)134.03º51.68%58.43%-
XYZ15.2723.6113.43-
YUV119.25111.4994.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=23.15%
G=47.91%
B=28.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149900.5200.400.42134.0334.8443.33
Hex48955A340282A86232b
Octal11022513264050522064353
Binary1001000100101011011010110100010100010101010000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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