Html Css Color HEX #418881 Lochinvar

📋 copy color: '#418881'

red 65 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #418881

Tints of Lochinvar #418881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 19.7%
G = 41.21%
B = 39.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#418881 (or 0x418881) is known color: Lochinvar. HEX triplet: 41, 88 and 81. RGB value is (65,136,129). Sum of RGB (Red+Green+Blue) = 65+136+129=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #418881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418881 is #BE777E. Grayscale: #717171. Windows color (decimal): -12482431 or 8489025. OLE color: 8489025.

HSL color Cylindrical-coordinate representation of color #418881: hue angle of 174.08º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418881 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 129 -
CMYK 0.52 0 0.05 0.47
HSL 174.08º 0.35% 0.39% -
HSV(B) 174.08º 0.52% 0.53% -
XYZ 14.95 20.32 23.9 -
YUV 113.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 65 136 129 0.52 0 0.05 0.47 174.08 0.35 0.39
Hex 41 88 81 34 0 5 2F AE 23 27
Octal 101 210 201 64 0 5 57 256 43 47
Binary 1000001 10001000 10000001 110100 0 101 101111 10101110 100011 100111

Color Harmonies of #418881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418881

Black with #418881

Text Example


Text Example

White with #418881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418881; }

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

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

background-color css

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

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

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

border-color css

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

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

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