Html Css Color HEX #429278 Lochinvar

📋 copy color: '#429278'

red 66 ◦ green 146 ◦ blue 120

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

Shades of Lochinvar #429278

Tints of Lochinvar #429278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 19.88%
G = 43.98%
B = 36.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#429278 (or 0x429278) is known color: Lochinvar. HEX triplet: 42, 92 and 78. RGB value is (66,146,120). Sum of RGB (Red+Green+Blue) = 66+146+120=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #429278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429278 is #BD6D87. Grayscale: #777777. Windows color (decimal): -12414344 or 7901762. OLE color: 7901762.

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

Color convert

RGB 66 146 120 -
CMYK 0.55 0 0.18 0.43
HSL 160.5º 0.38% 0.42% -
HSV(B) 160.5º 0.55% 0.57% -
XYZ 15.92 23.07 21.38 -
YUV 119.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 66 146 120 0.55 0 0.18 0.43 160.5 0.38 0.42
Hex 42 92 78 37 0 12 2B A0 26 2A
Octal 102 222 170 67 0 22 53 240 46 52
Binary 1000010 10010010 1111000 110111 0 10010 101011 10100000 100110 101010

Color Harmonies of #429278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429278

Black with #429278

Text Example


Text Example

White with #429278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429278; }

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

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

background-color css

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

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

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

border-color css

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

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

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