Html Css Color HEX #378C7F Lochinvar

📋 copy color: '#378C7F'

red 55 ◦ green 140 ◦ blue 127

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

Shades of Lochinvar #378C7F

Tints of Lochinvar #378C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

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

R = 17.08%
G = 43.48%
B = 39.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#378C7F (or 0x378C7F) is known color: Lochinvar. HEX triplet: 37, 8C and 7F. RGB value is (55,140,127). Sum of RGB (Red+Green+Blue) = 55+140+127=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #378C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C7F is #C87380. Grayscale: #717171. Windows color (decimal): -13136769 or 8358967. OLE color: 8358967.

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

Color convert

RGB 55 140 127 -
CMYK 0.61 0 0.09 0.45
HSL 170.82º 0.44% 0.38% -
HSV(B) 170.82º 0.61% 0.55% -
XYZ 14.78 21.1 23.37 -
YUV 113.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 55 140 127 0.61 0 0.09 0.45 170.82 0.44 0.38
Hex 37 8C 7F 3D 0 9 2D AB 2C 26
Octal 67 214 177 75 0 11 55 253 54 46
Binary 110111 10001100 1111111 111101 0 1001 101101 10101011 101100 100110

Color Harmonies of #378C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C7F

Black with #378C7F

Text Example


Text Example

White with #378C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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