Html Css Color HEX #42937F Lochinvar

📋 copy color: '#42937F'

red 66 ◦ green 147 ◦ blue 127

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

Shades of Lochinvar #42937F

Tints of Lochinvar #42937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 19.41%
G = 43.24%
B = 37.35%

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

#42937F (or 0x42937F) is known color: Lochinvar. HEX triplet: 42, 93 and 7F. RGB value is (66,147,127). Sum of RGB (Red+Green+Blue) = 66+147+127=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #42937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937F is #BD6C80. Grayscale: #787878. Windows color (decimal): -12414081 or 8360770. OLE color: 8360770.

HSL color Cylindrical-coordinate representation of color #42937F: hue angle of 165.19º 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 #42937F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 147 127 -
CMYK 0.55 0 0.14 0.42
HSL 165.19º 0.38% 0.42% -
HSV(B) 165.19º 0.55% 0.58% -
XYZ 16.51 23.56 23.76 -
YUV 120.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 66 147 127 0.55 0 0.14 0.42 165.19 0.38 0.42
Hex 42 93 7F 37 0 E 2A A5 26 2A
Octal 102 223 177 67 0 16 52 245 46 52
Binary 1000010 10010011 1111111 110111 0 1110 101010 10100101 100110 101010

Color Harmonies of #42937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42937F

Black with #42937F

Text Example


Text Example

White with #42937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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