#399082

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

Shades of Lochinvar #399082

Tints of Lochinvar #399082

Color information

#399082 (or 0x399082) is unknown color: approx Lochinvar. HEX triplet: 39, 90 and 82. RGB value is (57,144,130). Sum of RGB (Red+Green+Blue) = 57+144+130=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #399082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399082 is #C66F7D. Grayscale: #747474. Windows color (decimal): -13004670 or 8556601. OLE color: 8556601.

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

Color convert

RGB57144130-
CMYK0.6000.100.44
HSL170.34º43.28%39.41%-
HSV(B)170.34º60.42%56.47%-
XYZ15.6922.4324.62-
YUV116.39135.6885.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=17.22%
G=43.50%
B=39.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441300.6000.100.44170.3443.2839.41
Hex3990823C0A2Caa2b27
Octal7122020274012542525347
Binary11100110010000100000101111000101010110010101010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399082; }

 p { color: rgb(57,144,130); }

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

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

 a { background-color: rgb(57,144,130); }

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

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

 span { border-color: rgb(57,144,130); }

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