#429685

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

Shades of Lochinvar #429685

Tints of Lochinvar #429685

Color information

#429685 (or 0x429685) is unknown color: approx Lochinvar. HEX triplet: 42, 96 and 85. RGB value is (66,150,133). Sum of RGB (Red+Green+Blue) = 66+150+133=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #429685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429685 is #BD697A. Grayscale: #7A7A7A. Windows color (decimal): -12413307 or 8754754. OLE color: 8754754.

HSL color Cylindrical-coordinate representation of color #429685: hue angle of 167.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429685 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB66150133-
CMYK0.5600.110.41
HSL167.86º38.89%42.35%-
HSV(B)167.86º56%58.82%-
XYZ17.3924.6626.03-
YUV122.95133.6787.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=18.91%
G=42.98%
B=38.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501330.5600.110.41167.8638.8942.35
Hex429685380B29a8272a
Octal10222620570013512504752
Binary100001010010110100001011110000101110100110101000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429685; }

 p { color: rgb(66,150,133); }

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

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

 a { background-color: rgb(66,150,133); }

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

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

 span { border-color: rgb(66,150,133); }

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