Html Css Color HEX #429382 Lochinvar

📋 copy color: '#429382'

red 66 ◦ green 147 ◦ blue 130

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

Shades of Lochinvar #429382

Tints of Lochinvar #429382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

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

R = 19.24%
G = 42.86%
B = 37.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#429382 (or 0x429382) is known color: Lochinvar. HEX triplet: 42, 93 and 82. RGB value is (66,147,130). Sum of RGB (Red+Green+Blue) = 66+147+130=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #429382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429382 is #BD6C7D. Grayscale: #787878. Windows color (decimal): -12414078 or 8557378. OLE color: 8557378.

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

Color convert

RGB 66 147 130 -
CMYK 0.55 0 0.12 0.42
HSL 167.41º 0.38% 0.42% -
HSV(B) 167.41º 0.55% 0.58% -
XYZ 16.71 23.64 24.8 -
YUV 120.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 66 147 130 0.55 0 0.12 0.42 167.41 0.38 0.42
Hex 42 93 82 37 0 C 2A A7 26 2A
Octal 102 223 202 67 0 14 52 247 46 52
Binary 1000010 10010011 10000010 110111 0 1100 101010 10100111 100110 101010

Color Harmonies of #429382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429382

Black with #429382

Text Example


Text Example

White with #429382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429382; }

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

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

background-color css

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

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

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

border-color css

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

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

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