#419783

Color #419783 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #419783

Tints of Lochinvar #419783

Color information

#419783 (or 0x419783) is unknown color: approx Lochinvar. HEX triplet: 41, 97 and 83. RGB value is (65,151,131). Sum of RGB (Red+Green+Blue) = 65+151+131=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #419783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419783 is #BE687C. Grayscale: #7A7A7A. Windows color (decimal): -12478589 or 8623937. OLE color: 8623937.

HSL color Cylindrical-coordinate representation of color #419783: hue angle of 166.05º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419783 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB65151131-
CMYK0.5700.130.41
HSL166.05º39.81%42.35%-
HSV(B)166.05º56.95%59.22%-
XYZ17.3424.925.36-
YUV123.01132.5186.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=18.73%
G=43.52%
B=37.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651511310.5700.130.41166.0539.8142.35
Hex419783390D29a6282a
Octal10122720371015512465052
Binary100000110010111100000111110010110110100110100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419783; }

 p { color: rgb(65,151,131); }

 H1.HeaderClassName
 {
   color: #419783;
 }
 .AnyTagClassName
 {
   color: #419783;
 }
</style>
background-color css

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

 a { background-color: rgb(65,151,131); }

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

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

 span { border-color: rgb(65,151,131); }

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