#48AB61

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

Shades of Chateau Green #48AB61

Tints of Chateau Green #48AB61

Color information

#48AB61 (or 0x48AB61) is unknown color: approx Chateau Green. HEX triplet: 48, AB and 61. RGB value is (72,171,97). Sum of RGB (Red+Green+Blue) = 72+171+97=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB61 is #B7549E. Grayscale: #858585. Windows color (decimal): -12014751 or 6400840. OLE color: 6400840.

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

Color convert

RGB7217197-
CMYK0.5800.430.33
HSL135.15º40.74%47.65%-
HSV(B)135.15º57.89%67.06%-
XYZ19.3931.3716.34-
YUV132.96107.784.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=21.18%
G=50.29%
B=28.53%

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
Decimal72171970.5800.430.33135.1540.7447.65
Hex48AB613A02B21872930
Octal11025314172053412075160
Binary1001000101010111100001111010010101110000110000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,97); }

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

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

 a { background-color: rgb(72,171,97); }

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

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

 span { border-color: rgb(72,171,97); }

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