#398E7E

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

Shades of Lochinvar #398E7E

Tints of Lochinvar #398E7E

Color information

#398E7E (or 0x398E7E) is unknown color: approx Lochinvar. HEX triplet: 39, 8E and 7E. RGB value is (57,142,126). Sum of RGB (Red+Green+Blue) = 57+142+126=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #398E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398E7E is #C67181. Grayscale: #727272. Windows color (decimal): -13005186 or 8293945. OLE color: 8293945.

HSL color Cylindrical-coordinate representation of color #398E7E: hue angle of 168.71º 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 #398E7E is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB57142126-
CMYK0.6000.110.44
HSL168.71º42.71%39.02%-
HSV(B)168.71º59.86%55.69%-
XYZ15.1321.7223.13-
YUV114.76134.3486.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=17.54%
G=43.69%
B=38.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571421260.6000.110.44168.7142.7139.02
Hex398E7E3C0B2Ca92b27
Octal7121617674013542515347
Binary1110011000111011111101111000101110110010101001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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