#456352

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

Shades of Feldgrau #456352

Tints of Feldgrau #456352

Color information

#456352 (or 0x456352) is unknown color: approx Feldgrau. HEX triplet: 45, 63 and 52. RGB value is (69,99,82). Sum of RGB (Red+Green+Blue) = 69+99+82=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #456352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456352 is #BA9CAD. Grayscale: #585858. Windows color (decimal): -12229806 or 5399365. OLE color: 5399365.

HSL color Cylindrical-coordinate representation of color #456352: hue angle of 146º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456352 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB699982-
CMYK0.3000.170.61
HSL146º17.86%32.94%-
HSV(B)146º30.3%38.82%-
XYZ8.4410.89.62-
YUV88.09124.56114.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=27.6%
G=39.6%
B=32.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999820.3000.170.6114617.8632.94
Hex4563521E0113D921221
Octal10514312236021752222241
Binary100010111000111010010111100100011111011001001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456352; }

 p { color: rgb(69,99,82); }

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

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

 a { background-color: rgb(69,99,82); }

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

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

 span { border-color: rgb(69,99,82); }

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