Html Css Color HEX #378D7F Lochinvar

📋 copy color: '#378D7F'

red 55 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #378D7F

Tints of Lochinvar #378D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 17.03%
G = 43.65%
B = 39.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#378D7F (or 0x378D7F) is known color: Lochinvar. HEX triplet: 37, 8D and 7F. RGB value is (55,141,127). Sum of RGB (Red+Green+Blue) = 55+141+127=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #378D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D7F is #C87280. Grayscale: #717171. Windows color (decimal): -13136513 or 8359223. OLE color: 8359223.

HSL color Cylindrical-coordinate representation of color #378D7F: hue angle of 170.23º 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 #378D7F is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 127 -
CMYK 0.61 0 0.10 0.45
HSL 170.23º 0.44% 0.38% -
HSV(B) 170.23º 0.61% 0.55% -
XYZ 14.93 21.39 23.42 -
YUV 113.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 55 141 127 0.61 0 0.10 0.45 170.23 0.44 0.38
Hex 37 8D 7F 3D 0 A 2D AA 2C 26
Octal 67 215 177 75 0 12 55 252 54 46
Binary 110111 10001101 1111111 111101 0 1010 101101 10101010 101100 100110

Color Harmonies of #378D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D7F

Black with #378D7F

Text Example


Text Example

White with #378D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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