Html Css Color HEX #418781 Lochinvar

📋 copy color: '#418781'

red 65 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #418781

Tints of Lochinvar #418781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

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

R = 19.76%
G = 41.03%
B = 39.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#418781 (or 0x418781) is known color: Lochinvar. HEX triplet: 41, 87 and 81. RGB value is (65,135,129). Sum of RGB (Red+Green+Blue) = 65+135+129=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #418781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418781 is #BE787E. Grayscale: #717171. Windows color (decimal): -12482687 or 8488769. OLE color: 8488769.

HSL color Cylindrical-coordinate representation of color #418781: hue angle of 174.86º 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 #418781 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 129 -
CMYK 0.52 0 0.04 0.47
HSL 174.86º 0.35% 0.39% -
HSV(B) 174.86º 0.52% 0.53% -
XYZ 14.81 20.04 23.86 -
YUV 113.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 65 135 129 0.52 0 0.04 0.47 174.86 0.35 0.39
Hex 41 87 81 34 0 4 2F AF 23 27
Octal 101 207 201 64 0 4 57 257 43 47
Binary 1000001 10000111 10000001 110100 0 100 101111 10101111 100011 100111

Color Harmonies of #418781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418781

Black with #418781

Text Example


Text Example

White with #418781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418781; }

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

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

background-color css

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

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

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

border-color css

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

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

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