#379083

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

Shades of Lochinvar #379083

Tints of Lochinvar #379083

Color information

#379083 (or 0x379083) is unknown color: approx Lochinvar. HEX triplet: 37, 90 and 83. RGB value is (55,144,131). Sum of RGB (Red+Green+Blue) = 55+144+131=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #379083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379083 is #C86F7C. Grayscale: #737373. Windows color (decimal): -13135741 or 8622135. OLE color: 8622135.

HSL color Cylindrical-coordinate representation of color #379083: hue angle of 171.24º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379083 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB55144131-
CMYK0.6200.090.44
HSL171.24º44.72%39.02%-
HSV(B)171.24º61.81%56.47%-
XYZ15.6522.424.97-
YUV115.91136.5184.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=16.67%
G=43.64%
B=39.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551441310.6200.090.44171.2444.7239.02
Hex3790833E092Cab2d27
Octal6722020376011542535547
Binary11011110010000100000111111100100110110010101011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379083; }

 p { color: rgb(55,144,131); }

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

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

 a { background-color: rgb(55,144,131); }

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

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

 span { border-color: rgb(55,144,131); }

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