Html Css Color HEX #44966C Eucalyptus

📋 copy color: '#44966C'

red 68 ◦ green 150 ◦ blue 108

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

Shades of Eucalyptus #44966C

Tints of Eucalyptus #44966C

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

 GREEN value IS 150 (58.98% from 255) = 46.01%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 20.86%
G = 46.01%
B = 33.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#44966C (or 0x44966C) is known color: Eucalyptus. HEX triplet: 44, 96 and 6C. RGB value is (68,150,108). Sum of RGB (Red+Green+Blue) = 68+150+108=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #44966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966C is #BB6993. Grayscale: #787878. Windows color (decimal): -12282260 or 7116356. OLE color: 7116356.

HSL color Cylindrical-coordinate representation of color #44966C: hue angle of 149.27º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44966C is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 108 -
CMYK 0.55 0 0.28 0.41
HSL 149.27º 0.38% 0.43% -
HSV(B) 149.27º 0.55% 0.59% -
XYZ 16 24.12 18 -
YUV 120.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 68 150 108 0.55 0 0.28 0.41 149.27 0.38 0.43
Hex 44 96 6C 37 0 1C 29 95 26 2B
Octal 104 226 154 67 0 34 51 225 46 53
Binary 1000100 10010110 1101100 110111 0 11100 101001 10010101 100110 101011

Color Harmonies of #44966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44966C

Black with #44966C

Text Example


Text Example

White with #44966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44966C; }

 p { color: rgb(68,150,108); }

 H1.HeaderClassName
 {
   color: #44966C;
 }
 .AnyTagClassName
 {
   color: #44966C;
 }
</style>

background-color css

<style>
 a { background-color: #44966C; }

 a { background-color: rgb(68,150,108); }

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

border-color css

<style>
 span { border-color: #44966C; }

 span { border-color: rgb(68,150,108); }

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