Html Css Color HEX #429587 Lochinvar

📋 copy color: '#429587'

red 66 ◦ green 149 ◦ blue 135

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

Shades of Lochinvar #429587

Tints of Lochinvar #429587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 18.86%
G = 42.57%
B = 38.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#429587 (or 0x429587) is known color: Lochinvar. HEX triplet: 42, 95 and 87. RGB value is (66,149,135). Sum of RGB (Red+Green+Blue) = 66+149+135=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #429587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429587 is #BD6A78. Grayscale: #7A7A7A. Windows color (decimal): -12413561 or 8885570. OLE color: 8885570.

HSL color Cylindrical-coordinate representation of color #429587: hue angle of 169.88º 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 #429587 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 135 -
CMYK 0.56 0 0.09 0.42
HSL 169.88º 0.39% 0.42% -
HSV(B) 169.88º 0.56% 0.58% -
XYZ 17.37 24.4 26.72 -
YUV 122.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 66 149 135 0.56 0 0.09 0.42 169.88 0.39 0.42
Hex 42 95 87 38 0 9 2A AA 27 2A
Octal 102 225 207 70 0 11 52 252 47 52
Binary 1000010 10010101 10000111 111000 0 1001 101010 10101010 100111 101010

Color Harmonies of #429587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429587

Black with #429587

Text Example


Text Example

White with #429587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429587; }

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

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

background-color css

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

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

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

border-color css

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

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

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