#48A962

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

Shades of Chateau Green #48A962

Tints of Chateau Green #48A962

Color information

#48A962 (or 0x48A962) is unknown color: approx Chateau Green. HEX triplet: 48, A9 and 62. RGB value is (72,169,98). Sum of RGB (Red+Green+Blue) = 72+169+98=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #48A962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A962 is #B7569D. Grayscale: #848484. Windows color (decimal): -12015262 or 6465864. OLE color: 6465864.

HSL color Cylindrical-coordinate representation of color #48A962: hue angle of 136.08º 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 #48A962 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB7216998-
CMYK0.5700.420.34
HSL136.08º40.25%47.25%-
HSV(B)136.08º57.4%66.27%-
XYZ19.0730.6416.46-
YUV131.9108.8685.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=21.24%
G=49.85%
B=28.91%

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
Decimal72169980.5700.420.34136.0840.2547.25
Hex48A9623902A2288282f
Octal11025114271052422105057
Binary1001000101010011100010111001010101010001010001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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