Html Css Color HEX #418982 Lochinvar

📋 copy color: '#418982'

red 65 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #418982

Tints of Lochinvar #418982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 19.58%
G = 41.27%
B = 39.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#418982 (or 0x418982) is known color: Lochinvar. HEX triplet: 41, 89 and 82. RGB value is (65,137,130). Sum of RGB (Red+Green+Blue) = 65+137+130=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #418982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418982 is #BE767D. Grayscale: #727272. Windows color (decimal): -12482174 or 8554817. OLE color: 8554817.

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

Color convert

RGB 65 137 130 -
CMYK 0.53 0 0.05 0.46
HSL 174.17º 0.36% 0.4% -
HSV(B) 174.17º 0.53% 0.54% -
XYZ 15.15 20.63 24.3 -
YUV 114.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 65 137 130 0.53 0 0.05 0.46 174.17 0.36 0.4
Hex 41 89 82 35 0 5 2E AE 24 28
Octal 101 211 202 65 0 5 56 256 44 50
Binary 1000001 10001001 10000010 110101 0 101 101110 10101110 100100 101000

Color Harmonies of #418982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418982

Black with #418982

Text Example


Text Example

White with #418982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418982; }

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

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

background-color css

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

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

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

border-color css

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

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

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