Html Css Color HEX #429478 Lochinvar

📋 copy color: '#429478'

red 66 ◦ green 148 ◦ blue 120

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

Shades of Lochinvar #429478

Tints of Lochinvar #429478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 19.76%
G = 44.31%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#429478 (or 0x429478) is known color: Lochinvar. HEX triplet: 42, 94 and 78. RGB value is (66,148,120). Sum of RGB (Red+Green+Blue) = 66+148+120=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #429478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429478 is #BD6B87. Grayscale: #787878. Windows color (decimal): -12413832 or 7902274. OLE color: 7902274.

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

Color convert

RGB 66 148 120 -
CMYK 0.55 0 0.19 0.42
HSL 159.51º 0.38% 0.42% -
HSV(B) 159.51º 0.55% 0.58% -
XYZ 16.23 23.69 21.49 -
YUV 120.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 66 148 120 0.55 0 0.19 0.42 159.51 0.38 0.42
Hex 42 94 78 37 0 13 2A A0 26 2A
Octal 102 224 170 67 0 23 52 240 46 52
Binary 1000010 10010100 1111000 110111 0 10011 101010 10100000 100110 101010

Color Harmonies of #429478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429478

Black with #429478

Text Example


Text Example

White with #429478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429478; }

 p { color: rgb(66,148,120); }

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

background-color css

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

 a { background-color: rgb(66,148,120); }

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

border-color css

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

 span { border-color: rgb(66,148,120); }

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