Html Css Color HEX #42937B Lochinvar

📋 copy color: '#42937B'

red 66 ◦ green 147 ◦ blue 123

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

Shades of Lochinvar #42937B

Tints of Lochinvar #42937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 19.64%
G = 43.75%
B = 36.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#42937B (or 0x42937B) is known color: Lochinvar. HEX triplet: 42, 93 and 7B. RGB value is (66,147,123). Sum of RGB (Red+Green+Blue) = 66+147+123=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #42937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42937B is #BD6C84. Grayscale: #787878. Windows color (decimal): -12414085 or 8098626. OLE color: 8098626.

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

Color convert

RGB 66 147 123 -
CMYK 0.55 0 0.16 0.42
HSL 162.22º 0.38% 0.42% -
HSV(B) 162.22º 0.55% 0.58% -
XYZ 16.26 23.46 22.41 -
YUV 120.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 66 147 123 0.55 0 0.16 0.42 162.22 0.38 0.42
Hex 42 93 7B 37 0 10 2A A2 26 2A
Octal 102 223 173 67 0 20 52 242 46 52
Binary 1000010 10010011 1111011 110111 0 10000 101010 10100010 100110 101010

Color Harmonies of #42937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42937B

Black with #42937B

Text Example


Text Example

White with #42937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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