#45614E

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

Shades of Feldgrau #45614E

Tints of Feldgrau #45614E

Color information

#45614E (or 0x45614E) is unknown color: approx Feldgrau. HEX triplet: 45, 61 and 4E. RGB value is (69,97,78). Sum of RGB (Red+Green+Blue) = 69+97+78=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #45614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45614E is #BA9EB1. Grayscale: #565656. Windows color (decimal): -12230322 or 5136709. OLE color: 5136709.

HSL color Cylindrical-coordinate representation of color #45614E: hue angle of 139.29º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45614E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB699778-
CMYK0.2900.200.62
HSL139.29º16.87%32.55%-
HSV(B)139.29º28.87%38.04%-
XYZ8.110.368.78-
YUV86.46123.22115.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=28.28%
G=39.75%
B=31.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997780.2900.200.62139.2916.8732.55
Hex45614E1D0143E8b1121
Octal10514111635024762132141
Binary100010111000011001110111010101001111101000101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45614E; }

 p { color: rgb(69,97,78); }

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

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

 a { background-color: rgb(69,97,78); }

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

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

 span { border-color: rgb(69,97,78); }

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