Html Css Color HEX #429580 Lochinvar

📋 copy color: '#429580'

red 66 ◦ green 149 ◦ blue 128

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

Shades of Lochinvar #429580

Tints of Lochinvar #429580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.32%

R = 19.24%
G = 43.44%
B = 37.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#429580 (or 0x429580) is known color: Lochinvar. HEX triplet: 42, 95 and 80. RGB value is (66,149,128). Sum of RGB (Red+Green+Blue) = 66+149+128=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #429580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429580 is #BD6A7F. Grayscale: #797979. Windows color (decimal): -12413568 or 8426818. OLE color: 8426818.

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

Color convert

RGB 66 149 128 -
CMYK 0.56 0 0.14 0.42
HSL 164.82º 0.39% 0.42% -
HSV(B) 164.82º 0.56% 0.58% -
XYZ 16.89 24.21 24.21 -
YUV 121.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 66 149 128 0.56 0 0.14 0.42 164.82 0.39 0.42
Hex 42 95 80 38 0 E 2A A5 27 2A
Octal 102 225 200 70 0 16 52 245 47 52
Binary 1000010 10010101 10000000 111000 0 1110 101010 10100101 100111 101010

Color Harmonies of #429580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429580

Black with #429580

Text Example


Text Example

White with #429580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429580; }

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

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

background-color css

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

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

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

border-color css

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

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

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