#399181

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

Shades of Lochinvar #399181

Tints of Lochinvar #399181

Color information

#399181 (or 0x399181) is unknown color: approx Lochinvar. HEX triplet: 39, 91 and 81. RGB value is (57,145,129). Sum of RGB (Red+Green+Blue) = 57+145+129=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #399181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399181 is #C66E7E. Grayscale: #747474. Windows color (decimal): -13004415 or 8491321. OLE color: 8491321.

HSL color Cylindrical-coordinate representation of color #399181: hue angle of 169.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399181 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB57145129-
CMYK0.6100.110.43
HSL169.09º43.56%39.61%-
HSV(B)169.09º60.69%56.86%-
XYZ15.7822.7124.32-
YUV116.86134.8585.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=17.22%
G=43.81%
B=38.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451290.6100.110.43169.0943.5639.61
Hex3991813D0B2Ba92c28
Octal7122120175013532515450
Binary11100110010001100000011111010101110101110101001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399181; }

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

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

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

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

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

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

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

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