Html Css Color HEX #379D66 Eucalyptus

📋 copy color: '#379D66'

red 55 ◦ green 157 ◦ blue 102

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

Shades of Eucalyptus #379D66

Tints of Eucalyptus #379D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 17.52%
G = 50%
B = 32.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#379D66 (or 0x379D66) is known color: Eucalyptus. HEX triplet: 37, 9D and 66. RGB value is (55,157,102). Sum of RGB (Red+Green+Blue) = 55+157+102=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #379D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D66 is #C86299. Grayscale: #787878. Windows color (decimal): -13132442 or 6724919. OLE color: 6724919.

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

Color convert

RGB 55 157 102 -
CMYK 0.65 0 0.35 0.38
HSL 147.65º 0.48% 0.42% -
HSV(B) 147.65º 0.65% 0.62% -
XYZ 16.03 25.89 16.72 -
YUV 120.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 55 157 102 0.65 0 0.35 0.38 147.65 0.48 0.42
Hex 37 9D 66 41 0 23 26 94 30 2A
Octal 67 235 146 101 0 43 46 224 60 52
Binary 110111 10011101 1100110 1000001 0 100011 100110 10010100 110000 101010

Color Harmonies of #379D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D66

Black with #379D66

Text Example


Text Example

White with #379D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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