Html Css Color HEX #379560 Eucalyptus

📋 copy color: '#379560'

red 55 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #379560

Tints of Eucalyptus #379560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

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

R = 18.33%
G = 49.67%
B = 32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#379560 (or 0x379560) is known color: Eucalyptus. HEX triplet: 37, 95 and 60. RGB value is (55,149,96). Sum of RGB (Red+Green+Blue) = 55+149+96=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #379560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379560 is #C86A9F. Grayscale: #727272. Windows color (decimal): -13134496 or 6329655. OLE color: 6329655.

HSL color Cylindrical-coordinate representation of color #379560: hue angle of 146.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379560 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 96 -
CMYK 0.63 0 0.36 0.42
HSL 146.17º 0.46% 0.4% -
HSV(B) 146.17º 0.63% 0.58% -
XYZ 14.43 23.15 14.77 -
YUV 114.85 117.36 85.31 -
System Red Green Blue C M Y K H S L
Decimal 55 149 96 0.63 0 0.36 0.42 146.17 0.46 0.4
Hex 37 95 60 3F 0 24 2A 92 2E 28
Octal 67 225 140 77 0 44 52 222 56 50
Binary 110111 10010101 1100000 111111 0 100100 101010 10010010 101110 101000

Color Harmonies of #379560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379560

Black with #379560

Text Example


Text Example

White with #379560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379560; }

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

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

background-color css

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

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

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

border-color css

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

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

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