Html Css Color HEX #44956A Eucalyptus

📋 copy color: '#44956A'

red 68 ◦ green 149 ◦ blue 106

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

Shades of Eucalyptus #44956A

Tints of Eucalyptus #44956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 21.05%
G = 46.13%
B = 32.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#44956A (or 0x44956A) is known color: Eucalyptus. HEX triplet: 44, 95 and 6A. RGB value is (68,149,106). Sum of RGB (Red+Green+Blue) = 68+149+106=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #44956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44956A is #BB6A95. Grayscale: #777777. Windows color (decimal): -12282518 or 6985028. OLE color: 6985028.

HSL color Cylindrical-coordinate representation of color #44956A: hue angle of 148.15º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44956A is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 106 -
CMYK 0.54 0 0.29 0.42
HSL 148.15º 0.37% 0.43% -
HSV(B) 148.15º 0.54% 0.58% -
XYZ 15.73 23.76 17.39 -
YUV 119.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 68 149 106 0.54 0 0.29 0.42 148.15 0.37 0.43
Hex 44 95 6A 36 0 1D 2A 94 25 2B
Octal 104 225 152 66 0 35 52 224 45 53
Binary 1000100 10010101 1101010 110110 0 11101 101010 10010100 100101 101011

Color Harmonies of #44956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44956A

Black with #44956A

Text Example


Text Example

White with #44956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,149,106); }

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

background-color css

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

 a { background-color: rgb(68,149,106); }

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

border-color css

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

 span { border-color: rgb(68,149,106); }

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