#43604D

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

Shades of Feldgrau #43604D

Tints of Feldgrau #43604D

Color information

#43604D (or 0x43604D) is unknown color: approx Feldgrau. HEX triplet: 43, 60 and 4D. RGB value is (67,96,77). Sum of RGB (Red+Green+Blue) = 67+96+77=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #43604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43604D is #BC9FB2. Grayscale: #555555. Windows color (decimal): -12361651 or 5070915. OLE color: 5070915.

HSL color Cylindrical-coordinate representation of color #43604D: hue angle of 140.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43604D is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB679677-
CMYK0.3000.200.62
HSL140.69º17.79%31.96%-
HSV(B)140.69º30.21%37.65%-
XYZ7.8410.098.56-
YUV85.16123.39115.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=27.92%
G=40%
B=32.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796770.3000.200.62140.6917.7931.96
Hex43604D1E0143E8d1220
Octal10314011536024762152240
Binary100001111000001001101111100101001111101000110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43604D; }

 p { color: rgb(67,96,77); }

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

<style>
 a { background-color: #43604D; }

 a { background-color: rgb(67,96,77); }

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

<style>
 span { border-color: #43604D; }

 span { border-color: rgb(67,96,77); }

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