Html Css Color HEX #379E63 Eucalyptus

📋 copy color: '#379E63'

red 55 ◦ green 158 ◦ blue 99

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

Shades of Eucalyptus #379E63

Tints of Eucalyptus #379E63

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.64%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 17.63%
G = 50.64%
B = 31.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#379E63 (or 0x379E63) is known color: Eucalyptus. HEX triplet: 37, 9E and 63. RGB value is (55,158,99). Sum of RGB (Red+Green+Blue) = 55+158+99=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #379E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379E63 is #C8619C. Grayscale: #787878. Windows color (decimal): -13132189 or 6528567. OLE color: 6528567.

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

Color convert

RGB 55 158 99 -
CMYK 0.65 0 0.37 0.38
HSL 145.63º 0.48% 0.42% -
HSV(B) 145.63º 0.65% 0.62% -
XYZ 16.05 26.17 16.01 -
YUV 120.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 55 158 99 0.65 0 0.37 0.38 145.63 0.48 0.42
Hex 37 9E 63 41 0 25 26 92 30 2A
Octal 67 236 143 101 0 45 46 222 60 52
Binary 110111 10011110 1100011 1000001 0 100101 100110 10010010 110000 101010

Color Harmonies of #379E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E63

Black with #379E63

Text Example


Text Example

White with #379E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,99); }

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

background-color css

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

 a { background-color: rgb(55,158,99); }

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

border-color css

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

 span { border-color: rgb(55,158,99); }

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