Html Css Color HEX #429282 Lochinvar

📋 copy color: '#429282'

red 66 ◦ green 146 ◦ blue 130

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

Shades of Lochinvar #429282

Tints of Lochinvar #429282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 19.3%
G = 42.69%
B = 38.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#429282 (or 0x429282) is known color: Lochinvar. HEX triplet: 42, 92 and 82. RGB value is (66,146,130). Sum of RGB (Red+Green+Blue) = 66+146+130=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #429282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429282 is #BD6D7D. Grayscale: #787878. Windows color (decimal): -12414334 or 8557122. OLE color: 8557122.

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

Color convert

RGB 66 146 130 -
CMYK 0.55 0 0.11 0.43
HSL 168º 0.38% 0.42% -
HSV(B) 168º 0.55% 0.57% -
XYZ 16.55 23.33 24.75 -
YUV 120.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 66 146 130 0.55 0 0.11 0.43 168 0.38 0.42
Hex 42 92 82 37 0 B 2B A8 26 2A
Octal 102 222 202 67 0 13 53 250 46 52
Binary 1000010 10010010 10000010 110111 0 1011 101011 10101000 100110 101010

Color Harmonies of #429282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429282

Black with #429282

Text Example


Text Example

White with #429282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429282; }

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

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

background-color css

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

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

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

border-color css

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

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

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