#439885

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

Shades of Lochinvar #439885

Tints of Lochinvar #439885

Color information

#439885 (or 0x439885) is unknown color: approx Lochinvar. HEX triplet: 43, 98 and 85. RGB value is (67,152,133). Sum of RGB (Red+Green+Blue) = 67+152+133=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #439885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439885 is #BC677A. Grayscale: #7C7C7C. Windows color (decimal): -12347259 or 8755267. OLE color: 8755267.

HSL color Cylindrical-coordinate representation of color #439885: hue angle of 166.59º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439885 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB67152133-
CMYK0.5600.130.40
HSL166.59º38.81%42.94%-
HSV(B)166.59º55.92%59.61%-
XYZ17.7825.3426.15-
YUV124.42132.8487.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.03%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=19.03%
G=43.18%
B=37.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521330.5600.130.40166.5938.8142.94
Hex439885380D28a7272b
Octal10323020570015502474753
Binary100001110011000100001011110000110110100010100111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439885; }

 p { color: rgb(67,152,133); }

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

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

 a { background-color: rgb(67,152,133); }

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

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

 span { border-color: rgb(67,152,133); }

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