Html Css Color HEX #429584 Lochinvar

📋 copy color: '#429584'

red 66 ◦ green 149 ◦ blue 132

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

Shades of Lochinvar #429584

Tints of Lochinvar #429584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 19.02%
G = 42.94%
B = 38.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#429584 (or 0x429584) is known color: Lochinvar. HEX triplet: 42, 95 and 84. RGB value is (66,149,132). Sum of RGB (Red+Green+Blue) = 66+149+132=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #429584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429584 is #BD6A7B. Grayscale: #7A7A7A. Windows color (decimal): -12413564 or 8688962. OLE color: 8688962.

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

Color convert

RGB 66 149 132 -
CMYK 0.56 0 0.11 0.42
HSL 167.71º 0.39% 0.42% -
HSV(B) 167.71º 0.56% 0.58% -
XYZ 17.16 24.32 25.62 -
YUV 122.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 66 149 132 0.56 0 0.11 0.42 167.71 0.39 0.42
Hex 42 95 84 38 0 B 2A A8 27 2A
Octal 102 225 204 70 0 13 52 250 47 52
Binary 1000010 10010101 10000100 111000 0 1011 101010 10101000 100111 101010

Color Harmonies of #429584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429584

Black with #429584

Text Example


Text Example

White with #429584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429584; }

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

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

background-color css

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

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

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

border-color css

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

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

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