#399185

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

Shades of Lochinvar #399185

Tints of Lochinvar #399185

Color information

#399185 (or 0x399185) is unknown color: approx Lochinvar. HEX triplet: 39, 91 and 85. RGB value is (57,145,133). Sum of RGB (Red+Green+Blue) = 57+145+133=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #399185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399185 is #C66E7A. Grayscale: #757575. Windows color (decimal): -13004411 or 8753465. OLE color: 8753465.

HSL color Cylindrical-coordinate representation of color #399185: hue angle of 171.82º 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 #399185 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB57145133-
CMYK0.6100.080.43
HSL171.82º43.56%39.61%-
HSV(B)171.82º60.69%56.86%-
XYZ16.0522.8125.75-
YUV117.32136.8584.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=17.01%
G=43.28%
B=39.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451330.6100.080.43171.8243.5639.61
Hex3991853D082Bac2c28
Octal7122120575010532545450
Binary11100110010001100001011111010100010101110101100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399185; }

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

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

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

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

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

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

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

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