Html Css Color HEX #418980 Lochinvar

📋 copy color: '#418980'

red 65 ◦ green 137 ◦ blue 128

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

Shades of Lochinvar #418980

Tints of Lochinvar #418980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 19.7%
G = 41.52%
B = 38.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#418980 (or 0x418980) is known color: Lochinvar. HEX triplet: 41, 89 and 80. RGB value is (65,137,128). Sum of RGB (Red+Green+Blue) = 65+137+128=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #418980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418980 is #BE767F. Grayscale: #727272. Windows color (decimal): -12482176 or 8423745. OLE color: 8423745.

HSL color Cylindrical-coordinate representation of color #418980: hue angle of 172.5º 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 #418980 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 128 -
CMYK 0.53 0 0.07 0.46
HSL 172.5º 0.36% 0.4% -
HSV(B) 172.5º 0.53% 0.54% -
XYZ 15.02 20.57 23.6 -
YUV 114.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 65 137 128 0.53 0 0.07 0.46 172.5 0.36 0.4
Hex 41 89 80 35 0 7 2E AC 24 28
Octal 101 211 200 65 0 7 56 254 44 50
Binary 1000001 10001001 10000000 110101 0 111 101110 10101100 100100 101000

Color Harmonies of #418980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418980

Black with #418980

Text Example


Text Example

White with #418980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418980; }

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

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

background-color css

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

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

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

border-color css

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

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

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