Html Css Color HEX #429185 Lochinvar

📋 copy color: '#429185'

red 66 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #429185

Tints of Lochinvar #429185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 19.19%
G = 42.15%
B = 38.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#429185 (or 0x429185) is known color: Lochinvar. HEX triplet: 42, 91 and 85. RGB value is (66,145,133). Sum of RGB (Red+Green+Blue) = 66+145+133=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #429185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429185 is #BD6E7A. Grayscale: #777777. Windows color (decimal): -12414587 or 8753474. OLE color: 8753474.

HSL color Cylindrical-coordinate representation of color #429185: hue angle of 170.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429185 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 133 -
CMYK 0.54 0 0.08 0.43
HSL 170.89º 0.37% 0.41% -
HSV(B) 170.89º 0.54% 0.57% -
XYZ 16.61 23.1 25.77 -
YUV 120.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 66 145 133 0.54 0 0.08 0.43 170.89 0.37 0.41
Hex 42 91 85 36 0 8 2B AB 25 29
Octal 102 221 205 66 0 10 53 253 45 51
Binary 1000010 10010001 10000101 110110 0 1000 101011 10101011 100101 101001

Color Harmonies of #429185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429185

Black with #429185

Text Example


Text Example

White with #429185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429185; }

 p { color: rgb(66,145,133); }

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

background-color css

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

 a { background-color: rgb(66,145,133); }

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

border-color css

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

 span { border-color: rgb(66,145,133); }

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