Html Css Color HEX #449665 Eucalyptus

📋 copy color: '#449665'

red 68 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #449665

Tints of Eucalyptus #449665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.02%

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

R = 21.32%
G = 47.02%
B = 31.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#449665 (or 0x449665) is known color: Eucalyptus. HEX triplet: 44, 96 and 65. RGB value is (68,150,101). Sum of RGB (Red+Green+Blue) = 68+150+101=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #449665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449665 is #BB699A. Grayscale: #787878. Windows color (decimal): -12282267 or 6657604. OLE color: 6657604.

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

Color convert

RGB 68 150 101 -
CMYK 0.55 0 0.33 0.41
HSL 144.15º 0.38% 0.43% -
HSV(B) 144.15º 0.55% 0.59% -
XYZ 15.64 23.98 16.12 -
YUV 119.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 68 150 101 0.55 0 0.33 0.41 144.15 0.38 0.43
Hex 44 96 65 37 0 21 29 90 26 2B
Octal 104 226 145 67 0 41 51 220 46 53
Binary 1000100 10010110 1100101 110111 0 100001 101001 10010000 100110 101011

Color Harmonies of #449665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449665

Black with #449665

Text Example


Text Example

White with #449665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449665; }

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

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

background-color css

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

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

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

border-color css

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

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

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