Html Css Color HEX #436550 Feldgrau

📋 copy color: '#436550'

red 67 ◦ green 101 ◦ blue 80

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

Shades of Feldgrau #436550

Tints of Feldgrau #436550

RGB

 RED value IS 67 (26.56% from 255) = 27.02%

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 27.02%
G = 40.73%
B = 32.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#436550 (or 0x436550) is known color: Feldgrau. HEX triplet: 43, 65 and 50. RGB value is (67,101,80). Sum of RGB (Red+Green+Blue) = 67+101+80=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #436550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436550 is #BC9AAF. Grayscale: #585858. Windows color (decimal): -12360368 or 5268803. OLE color: 5268803.

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

Color convert

RGB 67 101 80 -
CMYK 0.34 0 0.21 0.60
HSL 142.94º 0.2% 0.33% -
HSV(B) 142.94º 0.34% 0.4% -
XYZ 8.42 11.08 9.28 -
YUV 88.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 67 101 80 0.34 0 0.21 0.60 142.94 0.2 0.33
Hex 43 65 50 22 0 15 3C 8F 14 21
Octal 103 145 120 42 0 25 74 217 24 41
Binary 1000011 1100101 1010000 100010 0 10101 111100 10001111 10100 100001

Color Harmonies of #436550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436550

Black with #436550

Text Example


Text Example

White with #436550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436550; }

 p { color: rgb(67,101,80); }

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

background-color css

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

 a { background-color: rgb(67,101,80); }

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

border-color css

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

 span { border-color: rgb(67,101,80); }

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