Html Css Color HEX #428C84 Lochinvar

📋 copy color: '#428C84'

red 66 ◦ green 140 ◦ blue 132

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

Shades of Lochinvar #428C84

Tints of Lochinvar #428C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 19.53%
G = 41.42%
B = 39.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#428C84 (or 0x428C84) is known color: Lochinvar. HEX triplet: 42, 8C and 84. RGB value is (66,140,132). Sum of RGB (Red+Green+Blue) = 66+140+132=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #428C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428C84 is #BD737B. Grayscale: #747474. Windows color (decimal): -12415868 or 8686658. OLE color: 8686658.

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

Color convert

RGB 66 140 132 -
CMYK 0.53 0 0.06 0.45
HSL 173.51º 0.36% 0.4% -
HSV(B) 173.51º 0.53% 0.55% -
XYZ 15.79 21.58 25.16 -
YUV 116.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 66 140 132 0.53 0 0.06 0.45 173.51 0.36 0.4
Hex 42 8C 84 35 0 6 2D AE 24 28
Octal 102 214 204 65 0 6 55 256 44 50
Binary 1000010 10001100 10000100 110101 0 110 101101 10101110 100100 101000

Color Harmonies of #428C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C84

Black with #428C84

Text Example


Text Example

White with #428C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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