Html Css Color HEX #379A70 Eucalyptus

📋 copy color: '#379A70'

red 55 ◦ green 154 ◦ blue 112

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

Shades of Eucalyptus #379A70

Tints of Eucalyptus #379A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.98%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 17.13%
G = 47.98%
B = 34.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#379A70 (or 0x379A70) is known color: Eucalyptus. HEX triplet: 37, 9A and 70. RGB value is (55,154,112). Sum of RGB (Red+Green+Blue) = 55+154+112=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #379A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A70 is #C8658F. Grayscale: #777777. Windows color (decimal): -13133200 or 7379511. OLE color: 7379511.

HSL color Cylindrical-coordinate representation of color #379A70: hue angle of 154.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A70 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 154 112 -
CMYK 0.64 0 0.27 0.40
HSL 154.55º 0.47% 0.41% -
HSV(B) 154.55º 0.64% 0.6% -
XYZ 16.06 25.09 19.33 -
YUV 119.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 55 154 112 0.64 0 0.27 0.40 154.55 0.47 0.41
Hex 37 9A 70 40 0 1B 28 9B 2F 29
Octal 67 232 160 100 0 33 50 233 57 51
Binary 110111 10011010 1110000 1000000 0 11011 101000 10011011 101111 101001

Color Harmonies of #379A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379A70

Black with #379A70

Text Example


Text Example

White with #379A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,154,112); }

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

background-color css

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

 a { background-color: rgb(55,154,112); }

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

border-color css

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

 span { border-color: rgb(55,154,112); }

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