Html Css Color HEX #379860 Eucalyptus

📋 copy color: '#379860'

red 55 ◦ green 152 ◦ blue 96

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

Shades of Eucalyptus #379860

Tints of Eucalyptus #379860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 18.15%
G = 50.17%
B = 31.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#379860 (or 0x379860) is known color: Eucalyptus. HEX triplet: 37, 98 and 60. RGB value is (55,152,96). Sum of RGB (Red+Green+Blue) = 55+152+96=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #379860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379860 is #C8679F. Grayscale: #747474. Windows color (decimal): -13133728 or 6330423. OLE color: 6330423.

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

Color convert

RGB 55 152 96 -
CMYK 0.64 0 0.37 0.40
HSL 145.36º 0.47% 0.41% -
HSV(B) 145.36º 0.64% 0.6% -
XYZ 14.92 24.11 14.93 -
YUV 116.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 55 152 96 0.64 0 0.37 0.40 145.36 0.47 0.41
Hex 37 98 60 40 0 25 28 91 2F 29
Octal 67 230 140 100 0 45 50 221 57 51
Binary 110111 10011000 1100000 1000000 0 100101 101000 10010001 101111 101001

Color Harmonies of #379860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379860

Black with #379860

Text Example


Text Example

White with #379860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379860; }

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

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

background-color css

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

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

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

border-color css

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

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

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