Html Css Color HEX #48A063 Chateau Green

📋 copy color: '#48A063'

red 72 ◦ green 160 ◦ blue 99

#48A063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #48A063

Tints of Chateau Green #48A063

RGB

 RED value IS 72 (28.52% from 255) = 21.75%

 GREEN value IS 160 (62.89% from 255) = 48.34%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 21.75%
G = 48.34%
B = 29.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#48A063 (or 0x48A063) is known color: Chateau Green. HEX triplet: 48, A0 and 63. RGB value is (72,160,99). Sum of RGB (Red+Green+Blue) = 72+160+99=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #48A063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A063 is #B75F9C. Grayscale: #7E7E7E. Windows color (decimal): -12017565 or 6529096. OLE color: 6529096.

HSL color Cylindrical-coordinate representation of color #48A063: hue angle of 138.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A063 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 99 -
CMYK 0.55 0 0.38 0.37
HSL 138.41º 0.38% 0.45% -
HSV(B) 138.41º 0.55% 0.63% -
XYZ 17.5 27.42 16.17 -
YUV 126.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 72 160 99 0.55 0 0.38 0.37 138.41 0.38 0.45
Hex 48 A0 63 37 0 26 25 8A 26 2D
Octal 110 240 143 67 0 46 45 212 46 55
Binary 1001000 10100000 1100011 110111 0 100110 100101 10001010 100110 101101

Color Harmonies of #48A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A063

Black with #48A063

Text Example


Text Example

White with #48A063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48A063;
 }
 .AnyTagClassName
 {
   color: #48A063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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