#398781

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

Shades of Lochinvar #398781

Tints of Lochinvar #398781

Color information

#398781 (or 0x398781) is unknown color: approx Lochinvar. HEX triplet: 39, 87 and 81. RGB value is (57,135,129). Sum of RGB (Red+Green+Blue) = 57+135+129=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #398781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398781 is #C6787E. Grayscale: #6E6E6E. Windows color (decimal): -13006975 or 8488761. OLE color: 8488761.

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

Color convert

RGB57135129-
CMYK0.5800.040.47
HSL175.38º40.63%37.65%-
HSV(B)175.38º57.78%52.94%-
XYZ14.3119.7823.83-
YUV110.99138.1689.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=17.76%
G=42.06%
B=40.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571351290.5800.040.47175.3840.6337.65
Hex3987813A042Faf2926
Octal712072017204572575146
Binary1110011000011110000001111010010010111110101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398781; }

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

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

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

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

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

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

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

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