Html Css Color HEX #378B80 Lochinvar

📋 copy color: '#378B80'

red 55 ◦ green 139 ◦ blue 128

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

Shades of Lochinvar #378B80

Tints of Lochinvar #378B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 17.08%
G = 43.17%
B = 39.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#378B80 (or 0x378B80) is known color: Lochinvar. HEX triplet: 37, 8B and 80. RGB value is (55,139,128). Sum of RGB (Red+Green+Blue) = 55+139+128=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #378B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B80 is #C8747F. Grayscale: #707070. Windows color (decimal): -13137024 or 8424247. OLE color: 8424247.

HSL color Cylindrical-coordinate representation of color #378B80: hue angle of 172.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B80 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 128 -
CMYK 0.60 0 0.08 0.45
HSL 172.14º 0.43% 0.38% -
HSV(B) 172.14º 0.6% 0.55% -
XYZ 14.7 20.84 23.67 -
YUV 112.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 55 139 128 0.60 0 0.08 0.45 172.14 0.43 0.38
Hex 37 8B 80 3C 0 8 2D AC 2B 26
Octal 67 213 200 74 0 10 55 254 53 46
Binary 110111 10001011 10000000 111100 0 1000 101101 10101100 101011 100110

Color Harmonies of #378B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B80

Black with #378B80

Text Example


Text Example

White with #378B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,128); }

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

background-color css

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

 a { background-color: rgb(55,139,128); }

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

border-color css

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

 span { border-color: rgb(55,139,128); }

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