Html Css Color HEX #449369 Eucalyptus

📋 copy color: '#449369'

red 68 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #449369

Tints of Eucalyptus #449369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 105 (41.41% from 255) = 32.81%

R = 21.25%
G = 45.94%
B = 32.81%

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

#449369 (or 0x449369) is known color: Eucalyptus. HEX triplet: 44, 93 and 69. RGB value is (68,147,105). Sum of RGB (Red+Green+Blue) = 68+147+105=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #449369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449369 is #BB6C96. Grayscale: #767676. Windows color (decimal): -12283031 or 6918980. OLE color: 6918980.

HSL color Cylindrical-coordinate representation of color #449369: hue angle of 148.1º 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 #449369 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 105 -
CMYK 0.54 0 0.29 0.42
HSL 148.1º 0.37% 0.42% -
HSV(B) 148.1º 0.54% 0.58% -
XYZ 15.37 23.12 17.02 -
YUV 118.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 68 147 105 0.54 0 0.29 0.42 148.1 0.37 0.42
Hex 44 93 69 36 0 1D 2A 94 25 2A
Octal 104 223 151 66 0 35 52 224 45 52
Binary 1000100 10010011 1101001 110110 0 11101 101010 10010100 100101 101010

Color Harmonies of #449369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449369

Black with #449369

Text Example


Text Example

White with #449369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449369; }

 p { color: rgb(68,147,105); }

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

background-color css

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

 a { background-color: rgb(68,147,105); }

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

border-color css

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

 span { border-color: rgb(68,147,105); }

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