Html Css Color HEX #428680 Lochinvar

📋 copy color: '#428680'

red 66 ◦ green 134 ◦ blue 128

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

Shades of Lochinvar #428680

Tints of Lochinvar #428680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 20.12%
G = 40.85%
B = 39.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#428680 (or 0x428680) is known color: Lochinvar. HEX triplet: 42, 86 and 80. RGB value is (66,134,128). Sum of RGB (Red+Green+Blue) = 66+134+128=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #428680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428680 is #BD797F. Grayscale: #707070. Windows color (decimal): -12417408 or 8422978. OLE color: 8422978.

HSL color Cylindrical-coordinate representation of color #428680: hue angle of 174.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428680 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 128 -
CMYK 0.51 0 0.04 0.47
HSL 174.71º 0.34% 0.39% -
HSV(B) 174.71º 0.51% 0.53% -
XYZ 14.67 19.77 23.46 -
YUV 112.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 66 134 128 0.51 0 0.04 0.47 174.71 0.34 0.39
Hex 42 86 80 33 0 4 2F AF 22 27
Octal 102 206 200 63 0 4 57 257 42 47
Binary 1000010 10000110 10000000 110011 0 100 101111 10101111 100010 100111

Color Harmonies of #428680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428680

Black with #428680

Text Example


Text Example

White with #428680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428680; }

 p { color: rgb(66,134,128); }

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

background-color css

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

 a { background-color: rgb(66,134,128); }

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

border-color css

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

 span { border-color: rgb(66,134,128); }

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