Html Css Color HEX #418D81 Lochinvar

📋 copy color: '#418D81'

red 65 ◦ green 141 ◦ blue 129

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

Shades of Lochinvar #418D81

Tints of Lochinvar #418D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 19.4%
G = 42.09%
B = 38.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#418D81 (or 0x418D81) is known color: Lochinvar. HEX triplet: 41, 8D and 81. RGB value is (65,141,129). Sum of RGB (Red+Green+Blue) = 65+141+129=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #418D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418D81 is #BE727E. Grayscale: #747474. Windows color (decimal): -12481151 or 8490305. OLE color: 8490305.

HSL color Cylindrical-coordinate representation of color #418D81: hue angle of 170.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D81 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 141 129 -
CMYK 0.54 0 0.09 0.45
HSL 170.53º 0.37% 0.4% -
HSV(B) 170.53º 0.54% 0.55% -
XYZ 15.67 21.76 24.14 -
YUV 116.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 65 141 129 0.54 0 0.09 0.45 170.53 0.37 0.4
Hex 41 8D 81 36 0 9 2D AB 25 28
Octal 101 215 201 66 0 11 55 253 45 50
Binary 1000001 10001101 10000001 110110 0 1001 101101 10101011 100101 101000

Color Harmonies of #418D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418D81

Black with #418D81

Text Example


Text Example

White with #418D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418D81; }

 p { color: rgb(65,141,129); }

 H1.HeaderClassName
 {
   color: #418D81;
 }
 .AnyTagClassName
 {
   color: #418D81;
 }
</style>

background-color css

<style>
 a { background-color: #418D81; }

 a { background-color: rgb(65,141,129); }

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

border-color css

<style>
 span { border-color: #418D81; }

 span { border-color: rgb(65,141,129); }

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