Html Css Color HEX #449969 Eucalyptus

📋 copy color: '#449969'

red 68 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #449969

Tints of Eucalyptus #449969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 20.86%
G = 46.93%
B = 32.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#449969 (or 0x449969) is known color: Eucalyptus. HEX triplet: 44, 99 and 69. RGB value is (68,153,105). Sum of RGB (Red+Green+Blue) = 68+153+105=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #449969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449969 is #BB6696. Grayscale: #7A7A7A. Windows color (decimal): -12281495 or 6920516. OLE color: 6920516.

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

Color convert

RGB 68 153 105 -
CMYK 0.56 0 0.31 0.4
HSL 146.12º 0.38% 0.43% -
HSV(B) 146.12º 0.56% 0.6% -
XYZ 16.32 25.03 17.34 -
YUV 122.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 68 153 105 0.56 0 0.31 0.4 146.12 0.38 0.43
Hex 44 99 69 38 0 1F 28 92 26 2B
Octal 104 231 151 70 0 37 50 222 46 53
Binary 1000100 10011001 1101001 111000 0 11111 101000 10010010 100110 101011

Color Harmonies of #449969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449969

Black with #449969

Text Example


Text Example

White with #449969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449969; }

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

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

background-color css

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

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

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

border-color css

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

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

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