#48A55A

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

Shades of Chateau Green #48A55A

Tints of Chateau Green #48A55A

Color information

#48A55A (or 0x48A55A) is unknown color: approx Chateau Green. HEX triplet: 48, A5 and 5A. RGB value is (72,165,90). Sum of RGB (Red+Green+Blue) = 72+165+90=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #48A55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A55A is #B75AA5. Grayscale: #808080. Windows color (decimal): -12016294 or 5940552. OLE color: 5940552.

HSL color Cylindrical-coordinate representation of color #48A55A: hue angle of 131.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A55A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB7216590-
CMYK0.5600.450.35
HSL131.61º39.24%46.47%-
HSV(B)131.61º56.36%64.71%-
XYZ17.9729.0314.33-
YUV128.64106.1987.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=22.02%
G=50.46%
B=27.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165900.5600.450.35131.6139.2446.47
Hex48A55A3802D2384272e
Octal11024513270055432044756
Binary1001000101001011011010111000010110110001110000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A55A; }

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

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

<style>
 a { background-color: #48A55A; }

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

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

<style>
 span { border-color: #48A55A; }

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

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