Html Css Color HEX #446250 Feldgrau

📋 copy color: '#446250'

red 68 ◦ green 98 ◦ blue 80

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

Shades of Feldgrau #446250

Tints of Feldgrau #446250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 27.64%
G = 39.84%
B = 32.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#446250 (or 0x446250) is known color: Feldgrau. HEX triplet: 44, 62 and 50. RGB value is (68,98,80). Sum of RGB (Red+Green+Blue) = 68+98+80=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #446250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446250 is #BB9DAF. Grayscale: #575757. Windows color (decimal): -12295600 or 5268036. OLE color: 5268036.

HSL color Cylindrical-coordinate representation of color #446250: hue angle of 144º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446250 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 98 80 -
CMYK 0.31 0 0.18 0.62
HSL 144º 0.18% 0.33% -
HSV(B) 144º 0.31% 0.38% -
XYZ 8.2 10.54 9.19 -
YUV 86.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 68 98 80 0.31 0 0.18 0.62 144 0.18 0.33
Hex 44 62 50 1F 0 12 3E 90 12 21
Octal 104 142 120 37 0 22 76 220 22 41
Binary 1000100 1100010 1010000 11111 0 10010 111110 10010000 10010 100001

Color Harmonies of #446250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446250

Black with #446250

Text Example


Text Example

White with #446250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446250; }

 p { color: rgb(68,98,80); }

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

background-color css

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

 a { background-color: rgb(68,98,80); }

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

border-color css

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

 span { border-color: rgb(68,98,80); }

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