Html Css Color HEX #439180 Lochinvar

📋 copy color: '#439180'

red 67 ◦ green 145 ◦ blue 128

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

Shades of Lochinvar #439180

Tints of Lochinvar #439180

RGB

 RED value IS 67 (26.56% from 255) = 19.71%

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

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 19.71%
G = 42.65%
B = 37.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#439180 (or 0x439180) is known color: Lochinvar. HEX triplet: 43, 91 and 80. RGB value is (67,145,128). Sum of RGB (Red+Green+Blue) = 67+145+128=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #439180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439180 is #BC6E7F. Grayscale: #777777. Windows color (decimal): -12349056 or 8425795. OLE color: 8425795.

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

Color convert

RGB 67 145 128 -
CMYK 0.54 0 0.12 0.43
HSL 166.92º 0.37% 0.42% -
HSV(B) 166.92º 0.54% 0.57% -
XYZ 16.34 23 24 -
YUV 119.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 67 145 128 0.54 0 0.12 0.43 166.92 0.37 0.42
Hex 43 91 80 36 0 C 2B A7 25 2A
Octal 103 221 200 66 0 14 53 247 45 52
Binary 1000011 10010001 10000000 110110 0 1100 101011 10100111 100101 101010

Color Harmonies of #439180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439180

Black with #439180

Text Example


Text Example

White with #439180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439180; }

 p { color: rgb(67,145,128); }

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

background-color css

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

 a { background-color: rgb(67,145,128); }

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

border-color css

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

 span { border-color: rgb(67,145,128); }

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