#45887F

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

Shades of Lochinvar #45887F

Tints of Lochinvar #45887F

Color information

#45887F (or 0x45887F) is unknown color: approx Lochinvar. HEX triplet: 45, 88 and 7F. RGB value is (69,136,127). Sum of RGB (Red+Green+Blue) = 69+136+127=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #45887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45887F is #BA7780. Grayscale: #727272. Windows color (decimal): -12220289 or 8357957. OLE color: 8357957.

HSL color Cylindrical-coordinate representation of color #45887F: hue angle of 171.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45887F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB69136127-
CMYK0.4900.070.47
HSL171.94º32.68%40.2%-
HSV(B)171.94º49.26%53.33%-
XYZ15.0920.4123.22-
YUV114.94134.895.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 38.25%
R=20.78%
G=40.96%
B=38.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691361270.4900.070.47171.9432.6840.2
Hex45887F31072Fac2128
Octal1052101776107572544150
Binary1000101100010001111111110001011110111110101100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45887F; }

 p { color: rgb(69,136,127); }

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

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

 a { background-color: rgb(69,136,127); }

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

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

 span { border-color: rgb(69,136,127); }

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