#37887D

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

Shades of Lochinvar #37887D

Tints of Lochinvar #37887D

Color information

#37887D (or 0x37887D) is unknown color: approx Lochinvar. HEX triplet: 37, 88 and 7D. RGB value is (55,136,125). Sum of RGB (Red+Green+Blue) = 55+136+125=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #37887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37887D is #C87782. Grayscale: #6E6E6E. Windows color (decimal): -13137795 or 8226871. OLE color: 8226871.

HSL color Cylindrical-coordinate representation of color #37887D: hue angle of 171.85º 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 #37887D is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB55136125-
CMYK0.6000.080.47
HSL171.85º42.41%37.45%-
HSV(B)171.85º59.56%53.33%-
XYZ14.0819.922.5-
YUV110.53136.1688.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=17.41%
G=43.04%
B=39.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361250.6000.080.47171.8542.4137.45
Hex37887D3C082Fac2a25
Octal6721017574010572545245
Binary1101111000100011111011111000100010111110101100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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