Html Css Color HEX #41917D Lochinvar

📋 copy color: '#41917D'

red 65 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #41917D

Tints of Lochinvar #41917D

RGB

 RED value IS 65 (25.78% from 255) = 19.4%

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

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

R = 19.4%
G = 43.28%
B = 37.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#41917D (or 0x41917D) is known color: Lochinvar. HEX triplet: 41, 91 and 7D. RGB value is (65,145,125). Sum of RGB (Red+Green+Blue) = 65+145+125=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #41917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41917D is #BE6E82. Grayscale: #767676. Windows color (decimal): -12480131 or 8229185. OLE color: 8229185.

HSL color Cylindrical-coordinate representation of color #41917D: hue angle of 165º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41917D is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 125 -
CMYK 0.55 0 0.14 0.43
HSL 165º 0.38% 0.41% -
HSV(B) 165º 0.55% 0.57% -
XYZ 16.01 22.86 22.97 -
YUV 118.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 65 145 125 0.55 0 0.14 0.43 165 0.38 0.41
Hex 41 91 7D 37 0 E 2B A5 26 29
Octal 101 221 175 67 0 16 53 245 46 51
Binary 1000001 10010001 1111101 110111 0 1110 101011 10100101 100110 101001

Color Harmonies of #41917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41917D

Black with #41917D

Text Example


Text Example

White with #41917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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