Html Css Color HEX #379160 Eucalyptus

📋 copy color: '#379160'

red 55 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #379160

Tints of Eucalyptus #379160

RGB

 RED value IS 55 (21.88% from 255) = 18.58%

 GREEN value IS 145 (57.03% from 255) = 48.99%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 18.58%
G = 48.99%
B = 32.43%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#379160 (or 0x379160) is known color: Eucalyptus. HEX triplet: 37, 91 and 60. RGB value is (55,145,96). Sum of RGB (Red+Green+Blue) = 55+145+96=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #379160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379160 is #C86E9F. Grayscale: #707070. Windows color (decimal): -13135520 or 6328631. OLE color: 6328631.

HSL color Cylindrical-coordinate representation of color #379160: hue angle of 147.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379160 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 96 -
CMYK 0.62 0 0.34 0.43
HSL 147.33º 0.45% 0.39% -
HSV(B) 147.33º 0.62% 0.57% -
XYZ 13.81 21.91 14.57 -
YUV 112.5 118.68 86.98 -
System Red Green Blue C M Y K H S L
Decimal 55 145 96 0.62 0 0.34 0.43 147.33 0.45 0.39
Hex 37 91 60 3E 0 22 2B 93 2D 27
Octal 67 221 140 76 0 42 53 223 55 47
Binary 110111 10010001 1100000 111110 0 100010 101011 10010011 101101 100111

Color Harmonies of #379160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379160

Black with #379160

Text Example


Text Example

White with #379160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379160; }

 p { color: rgb(55,145,96); }

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

background-color css

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

 a { background-color: rgb(55,145,96); }

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

border-color css

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

 span { border-color: rgb(55,145,96); }

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