#43604C

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

Shades of Feldgrau #43604C

Tints of Feldgrau #43604C

Color information

#43604C (or 0x43604C) is unknown color: approx Feldgrau. HEX triplet: 43, 60 and 4C. RGB value is (67,96,76). Sum of RGB (Red+Green+Blue) = 67+96+76=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #43604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43604C is #BC9FB3. Grayscale: #555555. Windows color (decimal): -12361652 or 5005379. OLE color: 5005379.

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

Color convert

RGB679676-
CMYK0.3000.210.62
HSL138.62º17.79%31.96%-
HSV(B)138.62º30.21%37.65%-
XYZ7.810.088.37-
YUV85.05122.89115.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=28.03%
G=40.17%
B=31.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6796760.3000.210.62138.6217.7931.96
Hex43604C1E0153E8b1220
Octal10314011436025762132240
Binary100001111000001001100111100101011111101000101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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