#435D4B

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

Shades of Feldgrau #435D4B

Tints of Feldgrau #435D4B

Color information

#435D4B (or 0x435D4B) is unknown color: approx Feldgrau. HEX triplet: 43, 5D and 4B. RGB value is (67,93,75). Sum of RGB (Red+Green+Blue) = 67+93+75=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #435D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D4B is #BCA2B4. Grayscale: #535353. Windows color (decimal): -12362421 or 4939075. OLE color: 4939075.

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

Color convert

RGB679375-
CMYK0.2800.190.64
HSL138.46º16.25%31.37%-
HSV(B)138.46º27.96%36.47%-
XYZ7.59.538.1-
YUV83.17123.39116.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=28.51%
G=39.57%
B=31.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793750.2800.190.64138.4616.2531.37
Hex435D4B1C013408a101f
Octal103135113340231002122037
Binary100001110111011001011111000100111000000100010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #435D4B;
 }
 .AnyTagClassName
 {
   color: #435D4B;
 }
</style>
background-color css

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

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

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

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

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

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