Html Css Color HEX #428C7D Lochinvar

📋 copy color: '#428C7D'

red 66 ◦ green 140 ◦ blue 125

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

Shades of Lochinvar #428C7D

Tints of Lochinvar #428C7D

RGB

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

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

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

R = 19.94%
G = 42.3%
B = 37.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#428C7D (or 0x428C7D) is known color: Lochinvar. HEX triplet: 42, 8C and 7D. RGB value is (66,140,125). Sum of RGB (Red+Green+Blue) = 66+140+125=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7D is #BD7382. Grayscale: #747474. Windows color (decimal): -12415875 or 8227906. OLE color: 8227906.

HSL color Cylindrical-coordinate representation of color #428C7D: hue angle of 167.84º 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 #428C7D is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 140 125 -
CMYK 0.53 0 0.11 0.45
HSL 167.84º 0.36% 0.4% -
HSV(B) 167.84º 0.53% 0.55% -
XYZ 15.33 21.4 22.72 -
YUV 116.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 66 140 125 0.53 0 0.11 0.45 167.84 0.36 0.4
Hex 42 8C 7D 35 0 B 2D A8 24 28
Octal 102 214 175 65 0 13 55 250 44 50
Binary 1000010 10001100 1111101 110101 0 1011 101101 10101000 100100 101000

Color Harmonies of #428C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C7D

Black with #428C7D

Text Example


Text Example

White with #428C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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