Html Css Color HEX #449364 Eucalyptus

📋 copy color: '#449364'

red 68 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #449364

Tints of Eucalyptus #449364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 21.59%
G = 46.67%
B = 31.75%

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

#449364 (or 0x449364) is known color: Eucalyptus. HEX triplet: 44, 93 and 64. RGB value is (68,147,100). Sum of RGB (Red+Green+Blue) = 68+147+100=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #449364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449364 is #BB6C9B. Grayscale: #767676. Windows color (decimal): -12283036 or 6591300. OLE color: 6591300.

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

Color convert

RGB 68 147 100 -
CMYK 0.54 0 0.32 0.42
HSL 144.3º 0.37% 0.42% -
HSV(B) 144.3º 0.54% 0.58% -
XYZ 15.12 23.02 15.7 -
YUV 118.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 68 147 100 0.54 0 0.32 0.42 144.3 0.37 0.42
Hex 44 93 64 36 0 20 2A 90 25 2A
Octal 104 223 144 66 0 40 52 220 45 52
Binary 1000100 10010011 1100100 110110 0 100000 101010 10010000 100101 101010

Color Harmonies of #449364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449364

Black with #449364

Text Example


Text Example

White with #449364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449364; }

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

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

background-color css

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

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

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

border-color css

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

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

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