Html Css Color HEX #428781 Lochinvar

📋 copy color: '#428781'

red 66 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #428781

Tints of Lochinvar #428781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 20%
G = 40.91%
B = 39.09%

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

#428781 (or 0x428781) is known color: Lochinvar. HEX triplet: 42, 87 and 81. RGB value is (66,135,129). Sum of RGB (Red+Green+Blue) = 66+135+129=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #428781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428781 is #BD787E. Grayscale: #717171. Windows color (decimal): -12417151 or 8488770. OLE color: 8488770.

HSL color Cylindrical-coordinate representation of color #428781: hue angle of 174.78º 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 #428781 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 129 -
CMYK 0.51 0 0.04 0.47
HSL 174.78º 0.34% 0.39% -
HSV(B) 174.78º 0.51% 0.53% -
XYZ 14.87 20.07 23.86 -
YUV 113.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 66 135 129 0.51 0 0.04 0.47 174.78 0.34 0.39
Hex 42 87 81 33 0 4 2F AF 22 27
Octal 102 207 201 63 0 4 57 257 42 47
Binary 1000010 10000111 10000001 110011 0 100 101111 10101111 100010 100111

Color Harmonies of #428781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428781

Black with #428781

Text Example


Text Example

White with #428781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428781; }

 p { color: rgb(66,135,129); }

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

background-color css

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

 a { background-color: rgb(66,135,129); }

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

border-color css

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

 span { border-color: rgb(66,135,129); }

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