#43674F

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

Shades of Feldgrau #43674F

Tints of Feldgrau #43674F

Color information

#43674F (or 0x43674F) is unknown color: approx Feldgrau. HEX triplet: 43, 67 and 4F. RGB value is (67,103,79). Sum of RGB (Red+Green+Blue) = 67+103+79=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #43674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43674F is #BC98B0. Grayscale: #595959. Windows color (decimal): -12359857 or 5203779. OLE color: 5203779.

HSL color Cylindrical-coordinate representation of color #43674F: hue angle of 140º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #43674F is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB6710379-
CMYK0.3500.230.60
HSL140º21.18%33.33%-
HSV(B)140º34.95%40.39%-
XYZ8.5811.469.16-
YUV89.5122.07111.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=26.91%
G=41.37%
B=31.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal67103790.3500.230.6014021.1833.33
Hex43674F230173C8c1521
Octal10314711743027742142541
Binary1000011110011110011111000110101111111001000110010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43674F; }

 p { color: rgb(67,103,79); }

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

<style>
 a { background-color: #43674F; }

 a { background-color: rgb(67,103,79); }

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

<style>
 span { border-color: #43674F; }

 span { border-color: rgb(67,103,79); }

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