Html Css Color HEX #449868 Eucalyptus

📋 copy color: '#449868'

red 68 ◦ green 152 ◦ blue 104

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

Shades of Eucalyptus #449868

Tints of Eucalyptus #449868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.91%

 BLUE value IS 104 (41.02% from 255) = 32.1%

R = 20.99%
G = 46.91%
B = 32.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#449868 (or 0x449868) is known color: Eucalyptus. HEX triplet: 44, 98 and 68. RGB value is (68,152,104). Sum of RGB (Red+Green+Blue) = 68+152+104=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #449868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449868 is #BB6797. Grayscale: #797979. Windows color (decimal): -12281752 or 6854724. OLE color: 6854724.

HSL color Cylindrical-coordinate representation of color #449868: hue angle of 145.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449868 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 104 -
CMYK 0.55 0 0.32 0.40
HSL 145.71º 0.38% 0.43% -
HSV(B) 145.71º 0.55% 0.6% -
XYZ 16.11 24.68 17.01 -
YUV 121.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 68 152 104 0.55 0 0.32 0.40 145.71 0.38 0.43
Hex 44 98 68 37 0 20 28 92 26 2B
Octal 104 230 150 67 0 40 50 222 46 53
Binary 1000100 10011000 1101000 110111 0 100000 101000 10010010 100110 101011

Color Harmonies of #449868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449868

Black with #449868

Text Example


Text Example

White with #449868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449868; }

 p { color: rgb(68,152,104); }

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

background-color css

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

 a { background-color: rgb(68,152,104); }

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

border-color css

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

 span { border-color: rgb(68,152,104); }

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