Html Css Color HEX #428E7D Lochinvar

📋 copy color: '#428E7D'

red 66 ◦ green 142 ◦ blue 125

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

Shades of Lochinvar #428E7D

Tints of Lochinvar #428E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.64%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 19.82%
G = 42.64%
B = 37.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#428E7D (or 0x428E7D) is known color: Lochinvar. HEX triplet: 42, 8E and 7D. RGB value is (66,142,125). Sum of RGB (Red+Green+Blue) = 66+142+125=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #428E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E7D is #BD7182. Grayscale: #757575. Windows color (decimal): -12415363 or 8228418. OLE color: 8228418.

HSL color Cylindrical-coordinate representation of color #428E7D: hue angle of 166.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E7D is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 142 125 -
CMYK 0.54 0 0.12 0.44
HSL 166.58º 0.37% 0.41% -
HSV(B) 166.58º 0.54% 0.56% -
XYZ 15.62 21.98 22.82 -
YUV 117.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 66 142 125 0.54 0 0.12 0.44 166.58 0.37 0.41
Hex 42 8E 7D 36 0 C 2C A7 25 29
Octal 102 216 175 66 0 14 54 247 45 51
Binary 1000010 10001110 1111101 110110 0 1100 101100 10100111 100101 101001

Color Harmonies of #428E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E7D

Black with #428E7D

Text Example


Text Example

White with #428E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,142,125); }

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

background-color css

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

 a { background-color: rgb(66,142,125); }

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

border-color css

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

 span { border-color: rgb(66,142,125); }

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