Html Css Color HEX #379D72 Eucalyptus

📋 copy color: '#379D72'

red 55 ◦ green 157 ◦ blue 114

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

Shades of Eucalyptus #379D72

Tints of Eucalyptus #379D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 16.87%
G = 48.16%
B = 34.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#379D72 (or 0x379D72) is known color: Eucalyptus. HEX triplet: 37, 9D and 72. RGB value is (55,157,114). Sum of RGB (Red+Green+Blue) = 55+157+114=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #379D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D72 is #C8628D. Grayscale: #797979. Windows color (decimal): -13132430 or 7511351. OLE color: 7511351.

HSL color Cylindrical-coordinate representation of color #379D72: hue angle of 154.71º 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 #379D72 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 114 -
CMYK 0.65 0 0.27 0.38
HSL 154.71º 0.48% 0.42% -
HSV(B) 154.71º 0.65% 0.62% -
XYZ 16.67 26.14 20.09 -
YUV 121.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 55 157 114 0.65 0 0.27 0.38 154.71 0.48 0.42
Hex 37 9D 72 41 0 1B 26 9B 30 2A
Octal 67 235 162 101 0 33 46 233 60 52
Binary 110111 10011101 1110010 1000001 0 11011 100110 10011011 110000 101010

Color Harmonies of #379D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D72

Black with #379D72

Text Example


Text Example

White with #379D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,114); }

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

background-color css

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

 a { background-color: rgb(55,157,114); }

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

border-color css

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

 span { border-color: rgb(55,157,114); }

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