Html Css Color HEX #449968 Eucalyptus

📋 copy color: '#449968'

red 68 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #449968

Tints of Eucalyptus #449968

RGB

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

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

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

R = 20.92%
G = 47.08%
B = 32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#449968 (or 0x449968) is known color: Eucalyptus. HEX triplet: 44, 99 and 68. RGB value is (68,153,104). Sum of RGB (Red+Green+Blue) = 68+153+104=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #449968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449968 is #BB6697. Grayscale: #7A7A7A. Windows color (decimal): -12281496 or 6854980. OLE color: 6854980.

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

Color convert

RGB 68 153 104 -
CMYK 0.56 0 0.32 0.4
HSL 145.41º 0.38% 0.43% -
HSV(B) 145.41º 0.56% 0.6% -
XYZ 16.27 25.01 17.07 -
YUV 122 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 68 153 104 0.56 0 0.32 0.4 145.41 0.38 0.43
Hex 44 99 68 38 0 20 28 91 26 2B
Octal 104 231 150 70 0 40 50 221 46 53
Binary 1000100 10011001 1101000 111000 0 100000 101000 10010001 100110 101011

Color Harmonies of #449968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449968

Black with #449968

Text Example


Text Example

White with #449968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449968; }

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

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

background-color css

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

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

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

border-color css

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

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

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