Html Css Color HEX #446452 Feldgrau

📋 copy color: '#446452'

red 68 ◦ green 100 ◦ blue 82

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

Shades of Feldgrau #446452

Tints of Feldgrau #446452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 27.2%
G = 40%
B = 32.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#446452 (or 0x446452) is known color: Feldgrau. HEX triplet: 44, 64 and 52. RGB value is (68,100,82). Sum of RGB (Red+Green+Blue) = 68+100+82=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #446452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446452 is #BB9BAD. Grayscale: #585858. Windows color (decimal): -12295086 or 5399620. OLE color: 5399620.

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

Color convert

RGB 68 100 82 -
CMYK 0.32 0 0.18 0.61
HSL 146.25º 0.19% 0.33% -
HSV(B) 146.25º 0.32% 0.39% -
XYZ 8.46 10.95 9.65 -
YUV 88.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 68 100 82 0.32 0 0.18 0.61 146.25 0.19 0.33
Hex 44 64 52 20 0 12 3D 92 13 21
Octal 104 144 122 40 0 22 75 222 23 41
Binary 1000100 1100100 1010010 100000 0 10010 111101 10010010 10011 100001

Color Harmonies of #446452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446452

Black with #446452

Text Example


Text Example

White with #446452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446452; }

 p { color: rgb(68,100,82); }

 H1.HeaderClassName
 {
   color: #446452;
 }
 .AnyTagClassName
 {
   color: #446452;
 }
</style>

background-color css

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

 a { background-color: rgb(68,100,82); }

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

border-color css

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

 span { border-color: rgb(68,100,82); }

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