Html Css Color HEX #379D68 Eucalyptus

📋 copy color: '#379D68'

red 55 ◦ green 157 ◦ blue 104

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

Shades of Eucalyptus #379D68

Tints of Eucalyptus #379D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.68%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 17.41%
G = 49.68%
B = 32.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#379D68 (or 0x379D68) is known color: Eucalyptus. HEX triplet: 37, 9D and 68. RGB value is (55,157,104). Sum of RGB (Red+Green+Blue) = 55+157+104=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #379D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D68 is #C86297. Grayscale: #787878. Windows color (decimal): -13132440 or 6855991. OLE color: 6855991.

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

Color convert

RGB 55 157 104 -
CMYK 0.65 0 0.34 0.38
HSL 148.82º 0.48% 0.42% -
HSV(B) 148.82º 0.65% 0.62% -
XYZ 16.13 25.93 17.25 -
YUV 120.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 55 157 104 0.65 0 0.34 0.38 148.82 0.48 0.42
Hex 37 9D 68 41 0 22 26 95 30 2A
Octal 67 235 150 101 0 42 46 225 60 52
Binary 110111 10011101 1101000 1000001 0 100010 100110 10010101 110000 101010

Color Harmonies of #379D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D68

Black with #379D68

Text Example


Text Example

White with #379D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,104); }

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

background-color css

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

 a { background-color: rgb(55,157,104); }

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

border-color css

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

 span { border-color: rgb(55,157,104); }

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