Html Css Color HEX #428D7F Lochinvar

📋 copy color: '#428D7F'

red 66 ◦ green 141 ◦ blue 127

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

Shades of Lochinvar #428D7F

Tints of Lochinvar #428D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 19.76%
G = 42.22%
B = 38.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#428D7F (or 0x428D7F) is known color: Lochinvar. HEX triplet: 42, 8D and 7F. RGB value is (66,141,127). Sum of RGB (Red+Green+Blue) = 66+141+127=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #428D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D7F is #BD7280. Grayscale: #747474. Windows color (decimal): -12415617 or 8359234. OLE color: 8359234.

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

Color convert

RGB 66 141 127 -
CMYK 0.53 0 0.10 0.45
HSL 168.8º 0.36% 0.41% -
HSV(B) 168.8º 0.53% 0.55% -
XYZ 15.6 21.74 23.45 -
YUV 116.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 66 141 127 0.53 0 0.10 0.45 168.8 0.36 0.41
Hex 42 8D 7F 35 0 A 2D A9 24 29
Octal 102 215 177 65 0 12 55 251 44 51
Binary 1000010 10001101 1111111 110101 0 1010 101101 10101001 100100 101001

Color Harmonies of #428D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D7F

Black with #428D7F

Text Example


Text Example

White with #428D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,127); }

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

background-color css

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

 a { background-color: rgb(66,141,127); }

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

border-color css

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

 span { border-color: rgb(66,141,127); }

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