#48AC63

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

Shades of Chateau Green #48AC63

Tints of Chateau Green #48AC63

Color information

#48AC63 (or 0x48AC63) is unknown color: approx Chateau Green. HEX triplet: 48, AC and 63. RGB value is (72,172,99). Sum of RGB (Red+Green+Blue) = 72+172+99=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AC63 is #B7539C. Grayscale: #858585. Windows color (decimal): -12014493 or 6532168. OLE color: 6532168.

HSL color Cylindrical-coordinate representation of color #48AC63: hue angle of 136.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AC63 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB7217299-
CMYK0.5800.420.33
HSL136.2º40.98%47.84%-
HSV(B)136.2º58.14%67.45%-
XYZ19.6831.7816.9-
YUV133.78108.3783.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=20.99%
G=50.15%
B=28.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172990.5800.420.33136.240.9847.84
Hex48AC633A02A21882930
Octal11025414372052412105160
Binary1001000101011001100011111010010101010000110001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,172,99); }

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

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

 a { background-color: rgb(72,172,99); }

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

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

 span { border-color: rgb(72,172,99); }

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