Html Css Color HEX #449067 Eucalyptus

📋 copy color: '#449067'

red 68 ◦ green 144 ◦ blue 103

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

Shades of Eucalyptus #449067

Tints of Eucalyptus #449067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 21.59%
G = 45.71%
B = 32.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#449067 (or 0x449067) is known color: Eucalyptus. HEX triplet: 44, 90 and 67. RGB value is (68,144,103). Sum of RGB (Red+Green+Blue) = 68+144+103=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #449067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449067 is #BB6F98. Grayscale: #747474. Windows color (decimal): -12283801 or 6787140. OLE color: 6787140.

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

Color convert

RGB 68 144 103 -
CMYK 0.53 0 0.28 0.44
HSL 147.63º 0.36% 0.42% -
HSV(B) 147.63º 0.53% 0.56% -
XYZ 14.81 22.15 16.33 -
YUV 116.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 68 144 103 0.53 0 0.28 0.44 147.63 0.36 0.42
Hex 44 90 67 35 0 1C 2C 94 24 2A
Octal 104 220 147 65 0 34 54 224 44 52
Binary 1000100 10010000 1100111 110101 0 11100 101100 10010100 100100 101010

Color Harmonies of #449067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449067

Black with #449067

Text Example


Text Example

White with #449067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449067; }

 p { color: rgb(68,144,103); }

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

background-color css

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

 a { background-color: rgb(68,144,103); }

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

border-color css

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

 span { border-color: rgb(68,144,103); }

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