Html Css Color HEX #48A066 Chateau Green

📋 copy color: '#48A066'

red 72 ◦ green 160 ◦ blue 102

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

Shades of Chateau Green #48A066

Tints of Chateau Green #48A066

RGB

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

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

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

R = 21.56%
G = 47.9%
B = 30.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#48A066 (or 0x48A066) is known color: Chateau Green. HEX triplet: 48, A0 and 66. RGB value is (72,160,102). Sum of RGB (Red+Green+Blue) = 72+160+102=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #48A066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A066 is #B75F99. Grayscale: #7F7F7F. Windows color (decimal): -12017562 or 6725704. OLE color: 6725704.

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

Color convert

RGB 72 160 102 -
CMYK 0.55 0 0.36 0.37
HSL 140.45º 0.38% 0.45% -
HSV(B) 140.45º 0.55% 0.63% -
XYZ 17.64 27.48 16.94 -
YUV 127.08 113.85 88.72 -
System Red Green Blue C M Y K H S L
Decimal 72 160 102 0.55 0 0.36 0.37 140.45 0.38 0.45
Hex 48 A0 66 37 0 24 25 8C 26 2D
Octal 110 240 146 67 0 44 45 214 46 55
Binary 1001000 10100000 1100110 110111 0 100100 100101 10001100 100110 101101

Color Harmonies of #48A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A066

Black with #48A066

Text Example


Text Example

White with #48A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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