#435D4C

Color #435D4C Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #435D4C

Tints of Feldgrau #435D4C

Color information

#435D4C (or 0x435D4C) is unknown color: approx 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

RGB679376-
CMYK0.2800.180.64
HSL140.77º16.25%31.37%-
HSV(B)140.77º27.96%36.47%-
XYZ7.539.548.28-
YUV83.29123.89116.38-

RGB Variations

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

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.20%
R=28.39%
G=39.41%
B=32.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793760.2800.180.64140.7716.2531.37
Hex435D4C1C012408d101f
Octal103135114340221002152037
Binary100001110111011001100111000100101000000100011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>