Html Css Color HEX #429683 Lochinvar

📋 copy color: '#429683'

red 66 ◦ green 150 ◦ blue 131

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

Shades of Lochinvar #429683

Tints of Lochinvar #429683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 19.02%
G = 43.23%
B = 37.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#429683 (or 0x429683) is known color: Lochinvar. HEX triplet: 42, 96 and 83. RGB value is (66,150,131). Sum of RGB (Red+Green+Blue) = 66+150+131=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #429683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429683 is #BD697C. Grayscale: #7A7A7A. Windows color (decimal): -12413309 or 8623682. OLE color: 8623682.

HSL color Cylindrical-coordinate representation of color #429683: hue angle of 166.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429683 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 131 -
CMYK 0.56 0 0.13 0.41
HSL 166.43º 0.39% 0.42% -
HSV(B) 166.43º 0.56% 0.59% -
XYZ 17.25 24.61 25.31 -
YUV 122.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 66 150 131 0.56 0 0.13 0.41 166.43 0.39 0.42
Hex 42 96 83 38 0 D 29 A6 27 2A
Octal 102 226 203 70 0 15 51 246 47 52
Binary 1000010 10010110 10000011 111000 0 1101 101001 10100110 100111 101010

Color Harmonies of #429683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429683

Black with #429683

Text Example


Text Example

White with #429683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429683; }

 p { color: rgb(66,150,131); }

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

background-color css

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

 a { background-color: rgb(66,150,131); }

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

border-color css

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

 span { border-color: rgb(66,150,131); }

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