Html Css Color HEX #379164 Eucalyptus

📋 copy color: '#379164'

red 55 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #379164

Tints of Eucalyptus #379164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 18.33%
G = 48.33%
B = 33.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#379164 (or 0x379164) is known color: Eucalyptus. HEX triplet: 37, 91 and 64. RGB value is (55,145,100). Sum of RGB (Red+Green+Blue) = 55+145+100=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #379164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379164 is #C86E9B. Grayscale: #717171. Windows color (decimal): -13135516 or 6590775. OLE color: 6590775.

HSL color Cylindrical-coordinate representation of color #379164: hue angle of 150º 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 #379164 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 100 -
CMYK 0.62 0 0.31 0.43
HSL 150º 0.45% 0.39% -
HSV(B) 150º 0.62% 0.57% -
XYZ 14 21.98 15.56 -
YUV 112.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 55 145 100 0.62 0 0.31 0.43 150 0.45 0.39
Hex 37 91 64 3E 0 1F 2B 96 2D 27
Octal 67 221 144 76 0 37 53 226 55 47
Binary 110111 10010001 1100100 111110 0 11111 101011 10010110 101101 100111

Color Harmonies of #379164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379164

Black with #379164

Text Example


Text Example

White with #379164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379164; }

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

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

background-color css

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

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

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

border-color css

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

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

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