Html Css Color HEX #379E67 Eucalyptus

📋 copy color: '#379E67'

red 55 ◦ green 158 ◦ blue 103

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

Shades of Eucalyptus #379E67

Tints of Eucalyptus #379E67

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50%

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

R = 17.41%
G = 50%
B = 32.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#379E67 (or 0x379E67) is known color: Eucalyptus. HEX triplet: 37, 9E and 67. RGB value is (55,158,103). Sum of RGB (Red+Green+Blue) = 55+158+103=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #379E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379E67 is #C86198. Grayscale: #797979. Windows color (decimal): -13132185 or 6790711. OLE color: 6790711.

HSL color Cylindrical-coordinate representation of color #379E67: hue angle of 147.96º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E67 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 158 103 -
CMYK 0.65 0 0.35 0.38
HSL 147.96º 0.48% 0.42% -
HSV(B) 147.96º 0.65% 0.62% -
XYZ 16.25 26.25 17.04 -
YUV 120.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 55 158 103 0.65 0 0.35 0.38 147.96 0.48 0.42
Hex 37 9E 67 41 0 23 26 94 30 2A
Octal 67 236 147 101 0 43 46 224 60 52
Binary 110111 10011110 1100111 1000001 0 100011 100110 10010100 110000 101010

Color Harmonies of #379E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E67

Black with #379E67

Text Example


Text Example

White with #379E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379E67; }

 p { color: rgb(55,158,103); }

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

background-color css

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

 a { background-color: rgb(55,158,103); }

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

border-color css

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

 span { border-color: rgb(55,158,103); }

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