Html Css Color HEX #48A166 Chateau Green

📋 copy color: '#48A166'

red 72 ◦ green 161 ◦ blue 102

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

Shades of Chateau Green #48A166

Tints of Chateau Green #48A166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 21.49%
G = 48.06%
B = 30.45%

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

#48A166 (or 0x48A166) is known color: Chateau Green. HEX triplet: 48, A1 and 66. RGB value is (72,161,102). Sum of RGB (Red+Green+Blue) = 72+161+102=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #48A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A166 is #B75E99. Grayscale: #7F7F7F. Windows color (decimal): -12017306 or 6725960. OLE color: 6725960.

HSL color Cylindrical-coordinate representation of color #48A166: hue angle of 140.22º 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 #48A166 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 102 -
CMYK 0.55 0 0.37 0.37
HSL 140.22º 0.38% 0.46% -
HSV(B) 140.22º 0.55% 0.63% -
XYZ 17.82 27.83 17 -
YUV 127.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 72 161 102 0.55 0 0.37 0.37 140.22 0.38 0.46
Hex 48 A1 66 37 0 25 25 8C 26 2E
Octal 110 241 146 67 0 45 45 214 46 56
Binary 1001000 10100001 1100110 110111 0 100101 100101 10001100 100110 101110

Color Harmonies of #48A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A166

Black with #48A166

Text Example


Text Example

White with #48A166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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