Html Css Color HEX #42918A Lochinvar

📋 copy color: '#42918A'

red 66 ◦ green 145 ◦ blue 138

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

Shades of Lochinvar #42918A

Tints of Lochinvar #42918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 18.91%
G = 41.55%
B = 39.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#42918A (or 0x42918A) is known color: Lochinvar. HEX triplet: 42, 91 and 8A. RGB value is (66,145,138). Sum of RGB (Red+Green+Blue) = 66+145+138=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #42918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42918A is #BD6E75. Grayscale: #787878. Windows color (decimal): -12414582 or 9081154. OLE color: 9081154.

HSL color Cylindrical-coordinate representation of color #42918A: hue angle of 174.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42918A is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 138 -
CMYK 0.54 0 0.05 0.43
HSL 174.68º 0.37% 0.41% -
HSV(B) 174.68º 0.54% 0.57% -
XYZ 16.96 23.24 27.64 -
YUV 120.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 66 145 138 0.54 0 0.05 0.43 174.68 0.37 0.41
Hex 42 91 8A 36 0 5 2B AF 25 29
Octal 102 221 212 66 0 5 53 257 45 51
Binary 1000010 10010001 10001010 110110 0 101 101011 10101111 100101 101001

Color Harmonies of #42918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42918A

Black with #42918A

Text Example


Text Example

White with #42918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,145,138); }

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

background-color css

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

 a { background-color: rgb(66,145,138); }

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

border-color css

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

 span { border-color: rgb(66,145,138); }

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