Html Css Color HEX #42947A Lochinvar

📋 copy color: '#42947A'

red 66 ◦ green 148 ◦ blue 122

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

Shades of Lochinvar #42947A

Tints of Lochinvar #42947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 19.64%
G = 44.05%
B = 36.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#42947A (or 0x42947A) is known color: Lochinvar. HEX triplet: 42, 94 and 7A. RGB value is (66,148,122). Sum of RGB (Red+Green+Blue) = 66+148+122=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #42947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42947A is #BD6B85. Grayscale: #787878. Windows color (decimal): -12413830 or 8033346. OLE color: 8033346.

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

Color convert

RGB 66 148 122 -
CMYK 0.55 0 0.18 0.42
HSL 160.98º 0.38% 0.42% -
HSV(B) 160.98º 0.55% 0.58% -
XYZ 16.35 23.74 22.13 -
YUV 120.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 66 148 122 0.55 0 0.18 0.42 160.98 0.38 0.42
Hex 42 94 7A 37 0 12 2A A1 26 2A
Octal 102 224 172 67 0 22 52 241 46 52
Binary 1000010 10010100 1111010 110111 0 10010 101010 10100001 100110 101010

Color Harmonies of #42947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42947A

Black with #42947A

Text Example


Text Example

White with #42947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42947A; }

 p { color: rgb(66,148,122); }

 H1.HeaderClassName
 {
   color: #42947A;
 }
 .AnyTagClassName
 {
   color: #42947A;
 }
</style>

background-color css

<style>
 a { background-color: #42947A; }

 a { background-color: rgb(66,148,122); }

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

border-color css

<style>
 span { border-color: #42947A; }

 span { border-color: rgb(66,148,122); }

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