Html Css Color HEX #449165 Eucalyptus

📋 copy color: '#449165'

red 68 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #449165

Tints of Eucalyptus #449165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 21.66%
G = 46.18%
B = 32.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#449165 (or 0x449165) is known color: Eucalyptus. HEX triplet: 44, 91 and 65. RGB value is (68,145,101). Sum of RGB (Red+Green+Blue) = 68+145+101=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #449165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449165 is #BB6E9A. Grayscale: #757575. Windows color (decimal): -12283547 or 6656324. OLE color: 6656324.

HSL color Cylindrical-coordinate representation of color #449165: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449165 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 101 -
CMYK 0.53 0 0.30 0.43
HSL 145.71º 0.36% 0.42% -
HSV(B) 145.71º 0.53% 0.57% -
XYZ 14.86 22.42 15.86 -
YUV 116.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 68 145 101 0.53 0 0.30 0.43 145.71 0.36 0.42
Hex 44 91 65 35 0 1E 2B 92 24 2A
Octal 104 221 145 65 0 36 53 222 44 52
Binary 1000100 10010001 1100101 110101 0 11110 101011 10010010 100100 101010

Color Harmonies of #449165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449165

Black with #449165

Text Example


Text Example

White with #449165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449165; }

 p { color: rgb(68,145,101); }

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

background-color css

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

 a { background-color: rgb(68,145,101); }

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

border-color css

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

 span { border-color: rgb(68,145,101); }

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