Html Css Color HEX #42837C Lochinvar

📋 copy color: '#42837C'

red 66 ◦ green 131 ◦ blue 124

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

Shades of Lochinvar #42837C

Tints of Lochinvar #42837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 20.56%
G = 40.81%
B = 38.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#42837C (or 0x42837C) is known color: Lochinvar. HEX triplet: 42, 83 and 7C. RGB value is (66,131,124). Sum of RGB (Red+Green+Blue) = 66+131+124=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #42837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42837C is #BD7C83. Grayscale: #6E6E6E. Windows color (decimal): -12418180 or 8160066. OLE color: 8160066.

HSL color Cylindrical-coordinate representation of color #42837C: hue angle of 173.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42837C is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 124 -
CMYK 0.50 0 0.05 0.49
HSL 173.54º 0.33% 0.39% -
HSV(B) 173.54º 0.5% 0.51% -
XYZ 14 18.85 21.97 -
YUV 110.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 66 131 124 0.50 0 0.05 0.49 173.54 0.33 0.39
Hex 42 83 7C 32 0 5 31 AE 21 27
Octal 102 203 174 62 0 5 61 256 41 47
Binary 1000010 10000011 1111100 110010 0 101 110001 10101110 100001 100111

Color Harmonies of #42837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42837C

Black with #42837C

Text Example


Text Example

White with #42837C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42837C; }

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

 H1.HeaderClassName
 {
   color: #42837C;
 }
 .AnyTagClassName
 {
   color: #42837C;
 }
</style>

background-color css

<style>
 a { background-color: #42837C; }

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

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

border-color css

<style>
 span { border-color: #42837C; }

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

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