Html Css Color HEX #42917B Lochinvar

📋 copy color: '#42917B'

red 66 ◦ green 145 ◦ blue 123

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

Shades of Lochinvar #42917B

Tints of Lochinvar #42917B

RGB

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

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

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

R = 19.76%
G = 43.41%
B = 36.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#42917B (or 0x42917B) is known color: Lochinvar. HEX triplet: 42, 91 and 7B. RGB value is (66,145,123). Sum of RGB (Red+Green+Blue) = 66+145+123=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #42917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42917B is #BD6E84. Grayscale: #767676. Windows color (decimal): -12414597 or 8098114. OLE color: 8098114.

HSL color Cylindrical-coordinate representation of color #42917B: hue angle of 163.29º 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 #42917B is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 123 -
CMYK 0.54 0 0.15 0.43
HSL 163.29º 0.37% 0.41% -
HSV(B) 163.29º 0.54% 0.57% -
XYZ 15.95 22.84 22.31 -
YUV 118.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 66 145 123 0.54 0 0.15 0.43 163.29 0.37 0.41
Hex 42 91 7B 36 0 F 2B A3 25 29
Octal 102 221 173 66 0 17 53 243 45 51
Binary 1000010 10010001 1111011 110110 0 1111 101011 10100011 100101 101001

Color Harmonies of #42917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42917B

Black with #42917B

Text Example


Text Example

White with #42917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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