Html Css Color HEX #435F4A Feldgrau

📋 copy color: '#435F4A'

red 67 ◦ green 95 ◦ blue 74

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

Shades of Feldgrau #435F4A

Tints of Feldgrau #435F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.25%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 28.39%
G = 40.25%
B = 31.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#435F4A (or 0x435F4A) is known color: Feldgrau. HEX triplet: 43, 5F and 4A. RGB value is (67,95,74). Sum of RGB (Red+Green+Blue) = 67+95+74=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #435F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F4A is #BCA0B5. Grayscale: #545454. Windows color (decimal): -12361910 or 4874051. OLE color: 4874051.

HSL color Cylindrical-coordinate representation of color #435F4A: hue angle of 135º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F4A is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 95 74 -
CMYK 0.29 0 0.22 0.63
HSL 135º 0.17% 0.32% -
HSV(B) 135º 0.29% 0.37% -
XYZ 7.64 9.87 7.98 -
YUV 84.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 67 95 74 0.29 0 0.22 0.63 135 0.17 0.32
Hex 43 5F 4A 1D 0 16 3F 87 11 20
Octal 103 137 112 35 0 26 77 207 21 40
Binary 1000011 1011111 1001010 11101 0 10110 111111 10000111 10001 100000

Color Harmonies of #435F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F4A

Black with #435F4A

Text Example


Text Example

White with #435F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,95,74); }

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

background-color css

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

 a { background-color: rgb(67,95,74); }

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

border-color css

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

 span { border-color: rgb(67,95,74); }

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