#48AC62

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

Shades of Chateau Green #48AC62

Tints of Chateau Green #48AC62

Color information

#48AC62 (or 0x48AC62) is unknown color: approx Chateau Green. HEX triplet: 48, AC and 62. RGB value is (72,172,98). Sum of RGB (Red+Green+Blue) = 72+172+98=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AC62 is #B7539D. Grayscale: #858585. Windows color (decimal): -12014494 or 6466632. OLE color: 6466632.

HSL color Cylindrical-coordinate representation of color #48AC62: hue angle of 135.6º 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 #48AC62 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB7217298-
CMYK0.5800.430.33
HSL135.6º40.98%47.84%-
HSV(B)135.6º58.14%67.45%-
XYZ19.6331.7616.65-
YUV133.66107.8784.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=21.05%
G=50.29%
B=28.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172980.5800.430.33135.640.9847.84
Hex48AC623A02B21882930
Octal11025414272053412105160
Binary1001000101011001100010111010010101110000110001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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