Html Css Color HEX #435D49 Feldgrau

📋 copy color: '#435D49'

red 67 ◦ green 93 ◦ blue 73

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

Shades of Feldgrau #435D49

Tints of Feldgrau #435D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 28.76%
G = 39.91%
B = 31.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#435D49 (or 0x435D49) is known color: Feldgrau. HEX triplet: 43, 5D and 49. RGB value is (67,93,73). Sum of RGB (Red+Green+Blue) = 67+93+73=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #435D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D49 is #BCA2B6. Grayscale: #535353. Windows color (decimal): -12362423 or 4808003. OLE color: 4808003.

HSL color Cylindrical-coordinate representation of color #435D49: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D49 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 93 73 -
CMYK 0.28 0 0.22 0.64
HSL 133.85º 0.16% 0.31% -
HSV(B) 133.85º 0.28% 0.36% -
XYZ 7.43 9.5 7.75 -
YUV 82.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 67 93 73 0.28 0 0.22 0.64 133.85 0.16 0.31
Hex 43 5D 49 1C 0 16 40 86 10 1F
Octal 103 135 111 34 0 26 100 206 20 37
Binary 1000011 1011101 1001001 11100 0 10110 1000000 10000110 10000 11111

Color Harmonies of #435D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435D49

Black with #435D49

Text Example


Text Example

White with #435D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435D49; }

 p { color: rgb(67,93,73); }

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

background-color css

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

 a { background-color: rgb(67,93,73); }

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

border-color css

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

 span { border-color: rgb(67,93,73); }

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