#398780

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

Shades of Lochinvar #398780

Tints of Lochinvar #398780

Color information

#398780 (or 0x398780) is unknown color: approx Lochinvar. HEX triplet: 39, 87 and 80. RGB value is (57,135,128). Sum of RGB (Red+Green+Blue) = 57+135+128=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #398780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398780 is #C6787F. Grayscale: #6E6E6E. Windows color (decimal): -13006976 or 8423225. OLE color: 8423225.

HSL color Cylindrical-coordinate representation of color #398780: hue angle of 174.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398780 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB57135128-
CMYK0.5800.050.47
HSL174.62º40.63%37.65%-
HSV(B)174.62º57.78%52.94%-
XYZ14.2519.7623.48-
YUV110.88137.6689.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 128 (50.39% from 255) = 40%
R=17.81%
G=42.19%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571351280.5800.050.47174.6240.6337.65
Hex3987803A052Faf2926
Octal712072007205572575146
Binary1110011000011110000000111010010110111110101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398780; }

 p { color: rgb(57,135,128); }

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

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

 a { background-color: rgb(57,135,128); }

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

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

 span { border-color: rgb(57,135,128); }

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