Html Css Color HEX #42917D Lochinvar

📋 copy color: '#42917D'

red 66 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #42917D

Tints of Lochinvar #42917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 19.64%
G = 43.15%
B = 37.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#42917D (or 0x42917D) is known color: Lochinvar. HEX triplet: 42, 91 and 7D. RGB value is (66,145,125). Sum of RGB (Red+Green+Blue) = 66+145+125=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #42917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42917D is #BD6E82. Grayscale: #777777. Windows color (decimal): -12414595 or 8229186. OLE color: 8229186.

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

Color convert

RGB 66 145 125 -
CMYK 0.54 0 0.14 0.43
HSL 164.81º 0.37% 0.41% -
HSV(B) 164.81º 0.54% 0.57% -
XYZ 16.07 22.89 22.97 -
YUV 119.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 66 145 125 0.54 0 0.14 0.43 164.81 0.37 0.41
Hex 42 91 7D 36 0 E 2B A5 25 29
Octal 102 221 175 66 0 16 53 245 45 51
Binary 1000010 10010001 1111101 110110 0 1110 101011 10100101 100101 101001

Color Harmonies of #42917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42917D

Black with #42917D

Text Example


Text Example

White with #42917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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