Html Css Color HEX #428C81 Lochinvar

📋 copy color: '#428C81'

red 66 ◦ green 140 ◦ blue 129

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

Shades of Lochinvar #428C81

Tints of Lochinvar #428C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

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

R = 19.7%
G = 41.79%
B = 38.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#428C81 (or 0x428C81) is known color: Lochinvar. HEX triplet: 42, 8C and 81. RGB value is (66,140,129). Sum of RGB (Red+Green+Blue) = 66+140+129=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #428C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C81 is #BD737E. Grayscale: #747474. Windows color (decimal): -12415871 or 8490050. OLE color: 8490050.

HSL color Cylindrical-coordinate representation of color #428C81: hue angle of 171.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C81 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 140 129 -
CMYK 0.53 0 0.08 0.45
HSL 171.08º 0.36% 0.4% -
HSV(B) 171.08º 0.53% 0.55% -
XYZ 15.59 21.5 24.1 -
YUV 116.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 66 140 129 0.53 0 0.08 0.45 171.08 0.36 0.4
Hex 42 8C 81 35 0 8 2D AB 24 28
Octal 102 214 201 65 0 10 55 253 44 50
Binary 1000010 10001100 10000001 110101 0 1000 101101 10101011 100100 101000

Color Harmonies of #428C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C81

Black with #428C81

Text Example


Text Example

White with #428C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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