#378881

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

Shades of Lochinvar #378881

Tints of Lochinvar #378881

Color information

#378881 (or 0x378881) is unknown color: approx Lochinvar. HEX triplet: 37, 88 and 81. RGB value is (55,136,129). Sum of RGB (Red+Green+Blue) = 55+136+129=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #378881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378881 is #C8777E. Grayscale: #6E6E6E. Windows color (decimal): -13137791 or 8489015. OLE color: 8489015.

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

Color convert

RGB55136129-
CMYK0.6000.050.47
HSL174.81º42.41%37.45%-
HSV(B)174.81º59.56%53.33%-
XYZ14.3420.0123.87-
YUV110.98138.1688.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=17.19%
G=42.5%
B=40.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361290.6000.050.47174.8142.4137.45
Hex3788813C052Faf2a25
Octal672102017405572575245
Binary1101111000100010000001111100010110111110101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378881; }

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

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

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

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

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

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

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

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