#398C84

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

Shades of Lochinvar #398C84

Tints of Lochinvar #398C84

Color information

#398C84 (or 0x398C84) is unknown color: approx Lochinvar. HEX triplet: 39, 8C and 84. RGB value is (57,140,132). Sum of RGB (Red+Green+Blue) = 57+140+132=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #398C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C84 is #C6737B. Grayscale: #727272. Windows color (decimal): -13005692 or 8686649. OLE color: 8686649.

HSL color Cylindrical-coordinate representation of color #398C84: hue angle of 174.22º 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 #398C84 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB57140132-
CMYK0.5900.060.45
HSL174.22º42.13%38.63%-
HSV(B)174.22º59.29%54.9%-
XYZ15.2321.2925.14-
YUV114.2713887.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=17.33%
G=42.55%
B=40.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571401320.5900.060.45174.2242.1338.63
Hex398C843B062Dae2a27
Octal712142047306552565247
Binary1110011000110010000100111011011010110110101110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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