Html Css Color HEX #449465 Eucalyptus

📋 copy color: '#449465'

red 68 ◦ green 148 ◦ blue 101

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

Shades of Eucalyptus #449465

Tints of Eucalyptus #449465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 21.45%
G = 46.69%
B = 31.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#449465 (or 0x449465) is known color: Eucalyptus. HEX triplet: 44, 94 and 65. RGB value is (68,148,101). Sum of RGB (Red+Green+Blue) = 68+148+101=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #449465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449465 is #BB6B9A. Grayscale: #767676. Windows color (decimal): -12282779 or 6657092. OLE color: 6657092.

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

Color convert

RGB 68 148 101 -
CMYK 0.54 0 0.32 0.42
HSL 144.75º 0.37% 0.42% -
HSV(B) 144.75º 0.54% 0.58% -
XYZ 15.32 23.35 16.01 -
YUV 118.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 68 148 101 0.54 0 0.32 0.42 144.75 0.37 0.42
Hex 44 94 65 36 0 20 2A 91 25 2A
Octal 104 224 145 66 0 40 52 221 45 52
Binary 1000100 10010100 1100101 110110 0 100000 101010 10010001 100101 101010

Color Harmonies of #449465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449465

Black with #449465

Text Example


Text Example

White with #449465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449465; }

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

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

background-color css

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

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

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

border-color css

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

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

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