Html Css Color HEX #446753 Feldgrau

📋 copy color: '#446753'

red 68 ◦ green 103 ◦ blue 83

#446753
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #446753

Tints of Feldgrau #446753

RGB

 RED value IS 68 (26.95% from 255) = 26.77%

 GREEN value IS 103 (40.63% 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 value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#446753 (or 0x446753) is known color: 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

RGB 68 103 83 -
CMYK 0.34 0 0.19 0.60
HSL 145.71º 0.2% 0.34% -
HSV(B) 145.71º 0.34% 0.4% -
XYZ 8.8 11.55 9.95 -
YUV 90.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 68 103 83 0.34 0 0.19 0.60 145.71 0.2 0.34
Hex 44 67 53 22 0 13 3C 92 14 22
Octal 104 147 123 42 0 23 74 222 24 42
Binary 1000100 1100111 1010011 100010 0 10011 111100 10010010 10100 100010

Color Harmonies of #446753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446753

Black with #446753

Text Example


Text Example

White with #446753

Text Example


Text Example

HTML Codes & Css Web 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>