Html Css Color HEX #379870 Eucalyptus

📋 copy color: '#379870'

red 55 ◦ green 152 ◦ blue 112

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

Shades of Eucalyptus #379870

Tints of Eucalyptus #379870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 17.24%
G = 47.65%
B = 35.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#379870 (or 0x379870) is known color: Eucalyptus. HEX triplet: 37, 98 and 70. RGB value is (55,152,112). Sum of RGB (Red+Green+Blue) = 55+152+112=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #379870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379870 is #C8678F. Grayscale: #767676. Windows color (decimal): -13133712 or 7378999. OLE color: 7378999.

HSL color Cylindrical-coordinate representation of color #379870: hue angle of 155.26º 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 #379870 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 112 -
CMYK 0.64 0 0.26 0.40
HSL 155.26º 0.47% 0.41% -
HSV(B) 155.26º 0.64% 0.6% -
XYZ 15.73 24.44 19.22 -
YUV 118.44 124.36 82.75 -
System Red Green Blue C M Y K H S L
Decimal 55 152 112 0.64 0 0.26 0.40 155.26 0.47 0.41
Hex 37 98 70 40 0 1A 28 9B 2F 29
Octal 67 230 160 100 0 32 50 233 57 51
Binary 110111 10011000 1110000 1000000 0 11010 101000 10011011 101111 101001

Color Harmonies of #379870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379870

Black with #379870

Text Example


Text Example

White with #379870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379870; }

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

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

background-color css

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

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

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

border-color css

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

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

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