Html Css Color HEX #435D4C Feldgrau

📋 copy color: '#435D4C'

red 67 ◦ green 93 ◦ blue 76

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

Shades of Feldgrau #435D4C

Tints of Feldgrau #435D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 28.39%
G = 39.41%
B = 32.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#435D4C (or 0x435D4C) is known color: Feldgrau. HEX triplet: 43, 5D and 4C. RGB value is (67,93,76). Sum of RGB (Red+Green+Blue) = 67+93+76=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #435D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D4C is #BCA2B3. Grayscale: #535353. Windows color (decimal): -12362420 or 5004611. OLE color: 5004611.

HSL color Cylindrical-coordinate representation of color #435D4C: hue angle of 140.77º 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 #435D4C is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 93 76 -
CMYK 0.28 0 0.18 0.64
HSL 140.77º 0.16% 0.31% -
HSV(B) 140.77º 0.28% 0.36% -
XYZ 7.53 9.54 8.28 -
YUV 83.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 67 93 76 0.28 0 0.18 0.64 140.77 0.16 0.31
Hex 43 5D 4C 1C 0 12 40 8D 10 1F
Octal 103 135 114 34 0 22 100 215 20 37
Binary 1000011 1011101 1001100 11100 0 10010 1000000 10001101 10000 11111

Color Harmonies of #435D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435D4C

Black with #435D4C

Text Example


Text Example

White with #435D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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