Html Css Color HEX #449267 Eucalyptus

📋 copy color: '#449267'

red 68 ◦ green 146 ◦ blue 103

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

Shades of Eucalyptus #449267

Tints of Eucalyptus #449267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 21.45%
G = 46.06%
B = 32.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#449267 (or 0x449267) is known color: Eucalyptus. HEX triplet: 44, 92 and 67. RGB value is (68,146,103). Sum of RGB (Red+Green+Blue) = 68+146+103=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #449267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449267 is #BB6D98. Grayscale: #757575. Windows color (decimal): -12283289 or 6787652. OLE color: 6787652.

HSL color Cylindrical-coordinate representation of color #449267: hue angle of 146.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449267 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 146 103 -
CMYK 0.53 0 0.29 0.43
HSL 146.92º 0.36% 0.42% -
HSV(B) 146.92º 0.53% 0.57% -
XYZ 15.11 22.77 16.43 -
YUV 117.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 68 146 103 0.53 0 0.29 0.43 146.92 0.36 0.42
Hex 44 92 67 35 0 1D 2B 93 24 2A
Octal 104 222 147 65 0 35 53 223 44 52
Binary 1000100 10010010 1100111 110101 0 11101 101011 10010011 100100 101010

Color Harmonies of #449267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449267

Black with #449267

Text Example


Text Example

White with #449267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449267; }

 p { color: rgb(68,146,103); }

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

background-color css

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

 a { background-color: rgb(68,146,103); }

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

border-color css

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

 span { border-color: rgb(68,146,103); }

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