Html Css Color HEX #429586 Lochinvar

📋 copy color: '#429586'

red 66 ◦ green 149 ◦ blue 134

#429586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #429586

Tints of Lochinvar #429586

RGB

 RED value IS 66 (26.17% from 255) = 18.91%

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 18.91%
G = 42.69%
B = 38.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#429586 (or 0x429586) is known color: Lochinvar. HEX triplet: 42, 95 and 86. RGB value is (66,149,134). Sum of RGB (Red+Green+Blue) = 66+149+134=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #429586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429586 is #BD6A79. Grayscale: #7A7A7A. Windows color (decimal): -12413562 or 8820034. OLE color: 8820034.

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

Color convert

RGB 66 149 134 -
CMYK 0.56 0 0.10 0.42
HSL 169.16º 0.39% 0.42% -
HSV(B) 169.16º 0.56% 0.58% -
XYZ 17.3 24.37 26.35 -
YUV 122.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 66 149 134 0.56 0 0.10 0.42 169.16 0.39 0.42
Hex 42 95 86 38 0 A 2A A9 27 2A
Octal 102 225 206 70 0 12 52 251 47 52
Binary 1000010 10010101 10000110 111000 0 1010 101010 10101001 100111 101010

Color Harmonies of #429586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429586

Black with #429586

Text Example


Text Example

White with #429586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429586; }

 p { color: rgb(66,149,134); }

 H1.HeaderClassName
 {
   color: #429586;
 }
 .AnyTagClassName
 {
   color: #429586;
 }
</style>

background-color css

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

 a { background-color: rgb(66,149,134); }

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

border-color css

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

 span { border-color: rgb(66,149,134); }

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