Html Css Color HEX #48A165 Chateau Green

📋 copy color: '#48A165'

red 72 ◦ green 161 ◦ blue 101

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

Shades of Chateau Green #48A165

Tints of Chateau Green #48A165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.2%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 21.56%
G = 48.2%
B = 30.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#48A165 (or 0x48A165) is known color: Chateau Green. HEX triplet: 48, A1 and 65. RGB value is (72,161,101). Sum of RGB (Red+Green+Blue) = 72+161+101=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #48A165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A165 is #B75E9A. Grayscale: #7F7F7F. Windows color (decimal): -12017307 or 6660424. OLE color: 6660424.

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

Color convert

RGB 72 161 101 -
CMYK 0.55 0 0.37 0.37
HSL 139.55º 0.38% 0.46% -
HSV(B) 139.55º 0.55% 0.63% -
XYZ 17.77 27.81 16.74 -
YUV 127.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 72 161 101 0.55 0 0.37 0.37 139.55 0.38 0.46
Hex 48 A1 65 37 0 25 25 8C 26 2E
Octal 110 241 145 67 0 45 45 214 46 56
Binary 1001000 10100001 1100101 110111 0 100101 100101 10001100 100110 101110

Color Harmonies of #48A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A165

Black with #48A165

Text Example


Text Example

White with #48A165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,161,101); }

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

background-color css

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

 a { background-color: rgb(72,161,101); }

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

border-color css

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

 span { border-color: rgb(72,161,101); }

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