#37887b

Color #37887B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #37887B

Tints of Lochinvar #37887B

Color information

#37887B (or 0x37887B) is unknown color: approx Lochinvar. HEX triplet: 37, 88 and 7B. RGB value is (55,136,123). Sum of RGB (Red+Green+Blue) = 55+136+123=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #37887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37887B is #C87784. Grayscale: #6E6E6E. Windows color (decimal): -13137797 or 8095799. OLE color: 8095799.

HSL color Cylindrical-coordinate representation of color #37887B: hue angle of 170.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37887B is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB55136123-
CMYK0.6000.100.47
HSL170.37º42.41%37.45%-
HSV(B)170.37º59.56%53.33%-
XYZ13.9519.8521.83-
YUV110.3135.1688.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=17.52%
G=43.31%
B=39.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361230.6000.100.47170.3742.4137.45
Hex37887B3C0A2Faa2a25
Octal6721017374012572525245
Binary1101111000100011110111111000101010111110101010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37887b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37887b; }

 p { color: rgb(55,136,123); }

 H1.HeaderClassName
 {
   color: #37887b;
 }
 .AnyTagClassName
 {
   color: #37887b;
 }
</style>
background-color css

<style>
 a { background-color: #37887b; }

 a { background-color: rgb(55,136,123); }

 div.DivClassName
 {
   background-color: #37887b;
 }
 .BgClassName
 {
   background-color: #37887b;
 }
</style>
border-color css

<style>
 span { border-color: #37887b; }

 span { border-color: rgb(55,136,123); }

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