Html Css Color HEX #42937E Lochinvar

📋 copy color: '#42937E'

red 66 ◦ green 147 ◦ blue 126

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

Shades of Lochinvar #42937E

Tints of Lochinvar #42937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 19.47%
G = 43.36%
B = 37.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#42937E (or 0x42937E) is known color: Lochinvar. HEX triplet: 42, 93 and 7E. RGB value is (66,147,126). Sum of RGB (Red+Green+Blue) = 66+147+126=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #42937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937E is #BD6C81. Grayscale: #787878. Windows color (decimal): -12414082 or 8295234. OLE color: 8295234.

HSL color Cylindrical-coordinate representation of color #42937E: hue angle of 164.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42937E is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 126 -
CMYK 0.55 0 0.14 0.42
HSL 164.44º 0.38% 0.42% -
HSV(B) 164.44º 0.55% 0.58% -
XYZ 16.45 23.53 23.41 -
YUV 120.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 66 147 126 0.55 0 0.14 0.42 164.44 0.38 0.42
Hex 42 93 7E 37 0 E 2A A4 26 2A
Octal 102 223 176 67 0 16 52 244 46 52
Binary 1000010 10010011 1111110 110111 0 1110 101010 10100100 100110 101010

Color Harmonies of #42937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42937E

Black with #42937E

Text Example


Text Example

White with #42937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42937E; }

 p { color: rgb(66,147,126); }

 H1.HeaderClassName
 {
   color: #42937E;
 }
 .AnyTagClassName
 {
   color: #42937E;
 }
</style>

background-color css

<style>
 a { background-color: #42937E; }

 a { background-color: rgb(66,147,126); }

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

border-color css

<style>
 span { border-color: #42937E; }

 span { border-color: rgb(66,147,126); }

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