#456653

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

Shades of Feldgrau #456653

Tints of Feldgrau #456653

Color information

#456653 (or 0x456653) is unknown color: approx Feldgrau. HEX triplet: 45, 66 and 53. RGB value is (69,102,83). Sum of RGB (Red+Green+Blue) = 69+102+83=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #456653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456653 is #BA99AC. Grayscale: #5A5A5A. Windows color (decimal): -12229037 or 5465669. OLE color: 5465669.

HSL color Cylindrical-coordinate representation of color #456653: hue angle of 145.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456653 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB6910283-
CMYK0.3200.190.6
HSL145.45º19.3%33.53%-
HSV(B)145.45º32.35%40%-
XYZ8.7711.399.92-
YUV89.97124.07113.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=27.17%
G=40.16%
B=32.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102830.3200.190.6145.4519.333.53
Hex456653200133C911322
Octal10514612340023742212342
Binary1000101110011010100111000000100111111001001000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456653; }

 p { color: rgb(69,102,83); }

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

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

 a { background-color: rgb(69,102,83); }

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

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

 span { border-color: rgb(69,102,83); }

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