#398C82

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

Shades of Lochinvar #398C82

Tints of Lochinvar #398C82

Color information

#398C82 (or 0x398C82) is unknown color: approx Lochinvar. HEX triplet: 39, 8C and 82. RGB value is (57,140,130). Sum of RGB (Red+Green+Blue) = 57+140+130=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #398C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C82 is #C6737D. Grayscale: #717171. Windows color (decimal): -13005694 or 8555577. OLE color: 8555577.

HSL color Cylindrical-coordinate representation of color #398C82: hue angle of 172.77º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C82 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB57140130-
CMYK0.5900.070.45
HSL172.77º42.13%38.63%-
HSV(B)172.77º59.29%54.9%-
XYZ15.0921.2424.42-
YUV114.0413787.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=17.43%
G=42.81%
B=39.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571401300.5900.070.45172.7742.1338.63
Hex398C823B072Dad2a27
Octal712142027307552555247
Binary1110011000110010000010111011011110110110101101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C82; }

 p { color: rgb(57,140,130); }

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

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

 a { background-color: rgb(57,140,130); }

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

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

 span { border-color: rgb(57,140,130); }

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