Html Css Color HEX #428C7A Lochinvar

📋 copy color: '#428C7A'

red 66 ◦ green 140 ◦ blue 122

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

Shades of Lochinvar #428C7A

Tints of Lochinvar #428C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 20.12%
G = 42.68%
B = 37.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#428C7A (or 0x428C7A) is known color: Lochinvar. HEX triplet: 42, 8C and 7A. RGB value is (66,140,122). Sum of RGB (Red+Green+Blue) = 66+140+122=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7A is #BD7385. Grayscale: #737373. Windows color (decimal): -12415878 or 8031298. OLE color: 8031298.

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

Color convert

RGB 66 140 122 -
CMYK 0.53 0 0.13 0.45
HSL 165.41º 0.36% 0.4% -
HSV(B) 165.41º 0.53% 0.55% -
XYZ 15.14 21.32 21.73 -
YUV 115.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 66 140 122 0.53 0 0.13 0.45 165.41 0.36 0.4
Hex 42 8C 7A 35 0 D 2D A5 24 28
Octal 102 214 172 65 0 15 55 245 44 50
Binary 1000010 10001100 1111010 110101 0 1101 101101 10100101 100100 101000

Color Harmonies of #428C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C7A

Black with #428C7A

Text Example


Text Example

White with #428C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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