Html Css Color HEX #378D5E Eucalyptus

📋 copy color: '#378D5E'

red 55 ◦ green 141 ◦ blue 94

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

Shades of Eucalyptus #378D5E

Tints of Eucalyptus #378D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.62%

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

R = 18.97%
G = 48.62%
B = 32.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#378D5E (or 0x378D5E) is known color: Eucalyptus. HEX triplet: 37, 8D and 5E. RGB value is (55,141,94). Sum of RGB (Red+Green+Blue) = 55+141+94=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #378D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D5E is #C872A1. Grayscale: #6E6E6E. Windows color (decimal): -13136546 or 6196535. OLE color: 6196535.

HSL color Cylindrical-coordinate representation of color #378D5E: hue angle of 147.21º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D5E is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 94 -
CMYK 0.61 0 0.33 0.45
HSL 147.21º 0.44% 0.38% -
HSV(B) 147.21º 0.61% 0.55% -
XYZ 13.12 20.67 13.89 -
YUV 109.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 55 141 94 0.61 0 0.33 0.45 147.21 0.44 0.38
Hex 37 8D 5E 3D 0 21 2D 93 2C 26
Octal 67 215 136 75 0 41 55 223 54 46
Binary 110111 10001101 1011110 111101 0 100001 101101 10010011 101100 100110

Color Harmonies of #378D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D5E

Black with #378D5E

Text Example


Text Example

White with #378D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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