#43594B

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

Shades of Feldgrau #43594B

Tints of Feldgrau #43594B

Color information

#43594B (or 0x43594B) is unknown color: approx Feldgrau. HEX triplet: 43, 59 and 4B. RGB value is (67,89,75). Sum of RGB (Red+Green+Blue) = 67+89+75=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #43594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43594B is #BCA6B4. Grayscale: #505050. Windows color (decimal): -12363445 or 4938051. OLE color: 4938051.

HSL color Cylindrical-coordinate representation of color #43594B: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #43594B is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB678975-
CMYK0.2500.160.65
HSL141.82º14.1%30.59%-
HSV(B)141.82º24.72%34.9%-
XYZ7.168.857.99-
YUV80.83124.71118.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=29.00%
G=38.53%
B=32.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6789750.2500.160.65141.8214.130.59
Hex43594B19010418ee1f
Octal103131113310201012161637
Binary10000111011001100101111001010000100000110001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43594B; }

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

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

<style>
 a { background-color: #43594B; }

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

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

<style>
 span { border-color: #43594B; }

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

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