Html Css Color HEX #448C62 Eucalyptus

📋 copy color: '#448C62'

red 68 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #448C62

Tints of Eucalyptus #448C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 22.22%
G = 45.75%
B = 32.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#448C62 (or 0x448C62) is known color: Eucalyptus. HEX triplet: 44, 8C and 62. RGB value is (68,140,98). Sum of RGB (Red+Green+Blue) = 68+140+98=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #448C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C62 is #BB739D. Grayscale: #717171. Windows color (decimal): -12284830 or 6458436. OLE color: 6458436.

HSL color Cylindrical-coordinate representation of color #448C62: hue angle of 145º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448C62 is Cyan = 0.51, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 140 98 -
CMYK 0.51 0 0.3 0.45
HSL 145º 0.35% 0.41% -
HSV(B) 145º 0.51% 0.55% -
XYZ 13.97 20.87 14.85 -
YUV 113.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 68 140 98 0.51 0 0.3 0.45 145 0.35 0.41
Hex 44 8C 62 33 0 1E 2D 91 23 29
Octal 104 214 142 63 0 36 55 221 43 51
Binary 1000100 10001100 1100010 110011 0 11110 101101 10010001 100011 101001

Color Harmonies of #448C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C62

Black with #448C62

Text Example


Text Example

White with #448C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448C62; }

 p { color: rgb(68,140,98); }

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

background-color css

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

 a { background-color: rgb(68,140,98); }

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

border-color css

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

 span { border-color: rgb(68,140,98); }

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