#398E7A

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

Shades of Lochinvar #398E7A

Tints of Lochinvar #398E7A

Color information

#398E7A (or 0x398E7A) is unknown color: approx Lochinvar. HEX triplet: 39, 8E and 7A. RGB value is (57,142,122). Sum of RGB (Red+Green+Blue) = 57+142+122=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #398E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E7A is #C67185. Grayscale: #727272. Windows color (decimal): -13005190 or 8031801. OLE color: 8031801.

HSL color Cylindrical-coordinate representation of color #398E7A: hue angle of 165.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398E7A is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB57142122-
CMYK0.6000.140.44
HSL165.88º42.71%39.02%-
HSV(B)165.88º59.86%55.69%-
XYZ14.8721.6221.8-
YUV114.3132.3487.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=17.76%
G=44.24%
B=38.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571421220.6000.140.44165.8842.7139.02
Hex398E7A3C0E2Ca62b27
Octal7121617274016542465347
Binary1110011000111011110101111000111010110010100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,142,122); }

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

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

 a { background-color: rgb(57,142,122); }

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

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

 span { border-color: rgb(57,142,122); }

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