#43604F

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

Shades of Feldgrau #43604F

Tints of Feldgrau #43604F

Color information

#43604F (or 0x43604F) is unknown color: approx Feldgrau. HEX triplet: 43, 60 and 4F. RGB value is (67,96,79). Sum of RGB (Red+Green+Blue) = 67+96+79=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #43604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43604F is #BC9FB0. Grayscale: #555555. Windows color (decimal): -12361649 or 5201987. OLE color: 5201987.

HSL color Cylindrical-coordinate representation of color #43604F: hue angle of 144.83º 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 #43604F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB679679-
CMYK0.3000.180.62
HSL144.83º17.79%31.96%-
HSV(B)144.83º30.21%37.65%-
XYZ7.9110.128.93-
YUV85.39124.39114.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.69%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=27.69%
G=39.67%
B=32.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796790.3000.180.62144.8317.7931.96
Hex43604F1E0123E911220
Octal10314011736022762212240
Binary100001111000001001111111100100101111101001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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