#45958A

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

Shades of Lochinvar #45958A

Tints of Lochinvar #45958A

Color information

#45958A (or 0x45958A) is unknown color: approx Lochinvar. HEX triplet: 45, 95 and 8A. RGB value is (69,149,138). Sum of RGB (Red+Green+Blue) = 69+149+138=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #45958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45958A is #BA6A75. Grayscale: #7B7B7B. Windows color (decimal): -12216950 or 9082181. OLE color: 9082181.

HSL color Cylindrical-coordinate representation of color #45958A: hue angle of 171.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45958A is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB69149138-
CMYK0.5400.070.42
HSL171.75º36.7%42.75%-
HSV(B)171.75º53.69%58.43%-
XYZ17.7924.627.85-
YUV123.8313688.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=19.38%
G=41.85%
B=38.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691491380.5400.070.42171.7536.742.75
Hex45958A36072Aac252b
Octal1052252126607522544553
Binary10001011001010110001010110110011110101010101100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45958A; }

 p { color: rgb(69,149,138); }

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

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

 a { background-color: rgb(69,149,138); }

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

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

 span { border-color: rgb(69,149,138); }

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