Html Css Color HEX #48916A Eucalyptus

📋 copy color: '#48916A'

red 72 ◦ green 145 ◦ blue 106

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

Shades of Eucalyptus #48916A

Tints of Eucalyptus #48916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 22.29%
G = 44.89%
B = 32.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#48916A (or 0x48916A) is known color: Eucalyptus. HEX triplet: 48, 91 and 6A. RGB value is (72,145,106). Sum of RGB (Red+Green+Blue) = 72+145+106=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #48916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916A is #B76E95. Grayscale: #767676. Windows color (decimal): -12021398 or 6984008. OLE color: 6984008.

HSL color Cylindrical-coordinate representation of color #48916A: hue angle of 147.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48916A is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 106 -
CMYK 0.50 0 0.27 0.43
HSL 147.95º 0.34% 0.43% -
HSV(B) 147.95º 0.5% 0.57% -
XYZ 15.4 22.67 17.2 -
YUV 118.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 72 145 106 0.50 0 0.27 0.43 147.95 0.34 0.43
Hex 48 91 6A 32 0 1B 2B 94 22 2B
Octal 110 221 152 62 0 33 53 224 42 53
Binary 1001000 10010001 1101010 110010 0 11011 101011 10010100 100010 101011

Color Harmonies of #48916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48916A

Black with #48916A

Text Example


Text Example

White with #48916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48916A; }

 p { color: rgb(72,145,106); }

 H1.HeaderClassName
 {
   color: #48916A;
 }
 .AnyTagClassName
 {
   color: #48916A;
 }
</style>

background-color css

<style>
 a { background-color: #48916A; }

 a { background-color: rgb(72,145,106); }

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

border-color css

<style>
 span { border-color: #48916A; }

 span { border-color: rgb(72,145,106); }

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