Html Css Color HEX #428C7C Lochinvar

📋 copy color: '#428C7C'

red 66 ◦ green 140 ◦ blue 124

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

Shades of Lochinvar #428C7C

Tints of Lochinvar #428C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 20%
G = 42.42%
B = 37.58%

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

#428C7C (or 0x428C7C) is known color: Lochinvar. HEX triplet: 42, 8C and 7C. RGB value is (66,140,124). Sum of RGB (Red+Green+Blue) = 66+140+124=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7C is #BD7383. Grayscale: #747474. Windows color (decimal): -12415876 or 8162370. OLE color: 8162370.

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

Color convert

RGB 66 140 124 -
CMYK 0.53 0 0.11 0.45
HSL 167.03º 0.36% 0.4% -
HSV(B) 167.03º 0.53% 0.55% -
XYZ 15.26 21.37 22.39 -
YUV 116.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 66 140 124 0.53 0 0.11 0.45 167.03 0.36 0.4
Hex 42 8C 7C 35 0 B 2D A7 24 28
Octal 102 214 174 65 0 13 55 247 44 50
Binary 1000010 10001100 1111100 110101 0 1011 101101 10100111 100100 101000

Color Harmonies of #428C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C7C

Black with #428C7C

Text Example


Text Example

White with #428C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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