Html Css Color HEX #379C5E Eucalyptus

📋 copy color: '#379C5E'

red 55 ◦ green 156 ◦ blue 94

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

Shades of Eucalyptus #379C5E

Tints of Eucalyptus #379C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.15%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 18.03%
G = 51.15%
B = 30.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#379C5E (or 0x379C5E) is known color: Eucalyptus. HEX triplet: 37, 9C and 5E. RGB value is (55,156,94). Sum of RGB (Red+Green+Blue) = 55+156+94=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #379C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C5E is #C863A1. Grayscale: #767676. Windows color (decimal): -13132706 or 6200375. OLE color: 6200375.

HSL color Cylindrical-coordinate representation of color #379C5E: hue angle of 143.17º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C5E is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 156 94 -
CMYK 0.65 0 0.40 0.39
HSL 143.17º 0.48% 0.41% -
HSV(B) 143.17º 0.65% 0.61% -
XYZ 15.48 25.4 14.68 -
YUV 118.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 55 156 94 0.65 0 0.40 0.39 143.17 0.48 0.41
Hex 37 9C 5E 41 0 28 27 8F 30 29
Octal 67 234 136 101 0 50 47 217 60 51
Binary 110111 10011100 1011110 1000001 0 101000 100111 10001111 110000 101001

Color Harmonies of #379C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C5E

Black with #379C5E

Text Example


Text Example

White with #379C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,156,94); }

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

background-color css

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

 a { background-color: rgb(55,156,94); }

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

border-color css

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

 span { border-color: rgb(55,156,94); }

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