Html Css Color HEX #42957C Lochinvar

📋 copy color: '#42957C'

red 66 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #42957C

Tints of Lochinvar #42957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

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

R = 19.47%
G = 43.95%
B = 36.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#42957C (or 0x42957C) is known color: Lochinvar. HEX triplet: 42, 95 and 7C. RGB value is (66,149,124). Sum of RGB (Red+Green+Blue) = 66+149+124=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #42957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42957C is #BD6A83. Grayscale: #797979. Windows color (decimal): -12413572 or 8164674. OLE color: 8164674.

HSL color Cylindrical-coordinate representation of color #42957C: hue angle of 161.93º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42957C is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 124 -
CMYK 0.56 0 0.17 0.42
HSL 161.93º 0.39% 0.42% -
HSV(B) 161.93º 0.56% 0.58% -
XYZ 16.63 24.11 22.85 -
YUV 121.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 66 149 124 0.56 0 0.17 0.42 161.93 0.39 0.42
Hex 42 95 7C 38 0 11 2A A2 27 2A
Octal 102 225 174 70 0 21 52 242 47 52
Binary 1000010 10010101 1111100 111000 0 10001 101010 10100010 100111 101010

Color Harmonies of #42957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42957C

Black with #42957C

Text Example


Text Example

White with #42957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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