#446753

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

Shades of Feldgrau #446753

Tints of Feldgrau #446753

Color information

#446753 (or 0x446753) is unknown color: approx Feldgrau. HEX triplet: 44, 67 and 53. RGB value is (68,103,83). Sum of RGB (Red+Green+Blue) = 68+103+83=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #446753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446753 is #BB98AC. Grayscale: #5A5A5A. Windows color (decimal): -12294317 or 5465924. OLE color: 5465924.

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

Color convert

RGB6810383-
CMYK0.3400.190.60
HSL145.71º20.47%33.53%-
HSV(B)145.71º33.98%40.39%-
XYZ8.811.559.95-
YUV90.26123.9112.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=26.77%
G=40.55%
B=32.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68103830.3400.190.60145.7120.4733.53
Hex446753220133C921422
Octal10414712342023742222442
Binary1000100110011110100111000100100111111001001001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446753; }

 p { color: rgb(68,103,83); }

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

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

 a { background-color: rgb(68,103,83); }

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

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

 span { border-color: rgb(68,103,83); }

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