#48A45C

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

Shades of Chateau Green #48A45C

Tints of Chateau Green #48A45C

Color information

#48A45C (or 0x48A45C) is unknown color: approx Chateau Green. HEX triplet: 48, A4 and 5C. RGB value is (72,164,92). Sum of RGB (Red+Green+Blue) = 72+164+92=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #48A45C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A45C is #B75BA3. Grayscale: #808080. Windows color (decimal): -12016548 or 6071368. OLE color: 6071368.

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

Color convert

RGB7216492-
CMYK0.5600.440.36
HSL133.04º38.98%46.27%-
HSV(B)133.04º56.1%64.31%-
XYZ17.8828.714.72-
YUV128.28107.5287.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=21.95%
G=50%
B=28.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164920.5600.440.36133.0438.9846.27
Hex48A45C3802C2485272e
Octal11024413470054442054756
Binary1001000101001001011100111000010110010010010000101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,92); }

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

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

 a { background-color: rgb(72,164,92); }

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

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

 span { border-color: rgb(72,164,92); }

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