#456151

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

Shades of Feldgrau #456151

Tints of Feldgrau #456151

Color information

#456151 (or 0x456151) is unknown color: approx Feldgrau. HEX triplet: 45, 61 and 51. RGB value is (69,97,81). Sum of RGB (Red+Green+Blue) = 69+97+81=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #456151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456151 is #BA9EAE. Grayscale: #565656. Windows color (decimal): -12230319 or 5333317. OLE color: 5333317.

HSL color Cylindrical-coordinate representation of color #456151: hue angle of 145.71º 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 #456151 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB699781-
CMYK0.2900.160.62
HSL145.71º16.87%32.55%-
HSV(B)145.71º28.87%38.04%-
XYZ8.2110.419.36-
YUV86.8124.72115.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=27.94%
G=39.27%
B=32.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997810.2900.160.62145.7116.8732.55
Hex4561511D0103E921121
Octal10514112135020762222141
Binary100010111000011010001111010100001111101001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456151; }

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

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

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

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

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

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

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

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