Html Css Color HEX #418981 Lochinvar

📋 copy color: '#418981'

red 65 ◦ green 137 ◦ blue 129

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

Shades of Lochinvar #418981

Tints of Lochinvar #418981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

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

R = 19.64%
G = 41.39%
B = 38.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#418981 (or 0x418981) is known color: Lochinvar. HEX triplet: 41, 89 and 81. RGB value is (65,137,129). Sum of RGB (Red+Green+Blue) = 65+137+129=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #418981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418981 is #BE767E. Grayscale: #727272. Windows color (decimal): -12482175 or 8489281. OLE color: 8489281.

HSL color Cylindrical-coordinate representation of color #418981: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418981 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 129 -
CMYK 0.53 0 0.06 0.46
HSL 173.33º 0.36% 0.4% -
HSV(B) 173.33º 0.53% 0.54% -
XYZ 15.09 20.6 23.95 -
YUV 114.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 65 137 129 0.53 0 0.06 0.46 173.33 0.36 0.4
Hex 41 89 81 35 0 6 2E AD 24 28
Octal 101 211 201 65 0 6 56 255 44 50
Binary 1000001 10001001 10000001 110101 0 110 101110 10101101 100100 101000

Color Harmonies of #418981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418981

Black with #418981

Text Example


Text Example

White with #418981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418981; }

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

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

background-color css

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

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

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

border-color css

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

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

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