#48A862

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

Shades of Chateau Green #48A862

Tints of Chateau Green #48A862

Color information

#48A862 (or 0x48A862) is unknown color: approx Chateau Green. HEX triplet: 48, A8 and 62. RGB value is (72,168,98). Sum of RGB (Red+Green+Blue) = 72+168+98=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #48A862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A862 is #B7579D. Grayscale: #838383. Windows color (decimal): -12015518 or 6465608. OLE color: 6465608.

HSL color Cylindrical-coordinate representation of color #48A862: hue angle of 136.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A862 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB7216898-
CMYK0.5700.420.34
HSL136.25º40%47.06%-
HSV(B)136.25º57.14%65.88%-
XYZ18.8830.2616.4-
YUV131.32109.285.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 168 (66.02% from 255) = 49.70%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=21.30%
G=49.70%
B=28.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72168980.5700.420.34136.254047.06
Hex48A8623902A2288282f
Octal11025014271052422105057
Binary1001000101010001100010111001010101010001010001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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