#43614B

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

Shades of Feldgrau #43614B

Tints of Feldgrau #43614B

Color information

#43614B (or 0x43614B) is unknown color: approx Feldgrau. HEX triplet: 43, 61 and 4B. RGB value is (67,97,75). Sum of RGB (Red+Green+Blue) = 67+97+75=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #43614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43614B is #BC9EB4. Grayscale: #555555. Windows color (decimal): -12361397 or 4940099. OLE color: 4940099.

HSL color Cylindrical-coordinate representation of color #43614B: hue angle of 136º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43614B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB679775-
CMYK0.3100.230.62
HSL136º18.29%32.16%-
HSV(B)136º30.93%38.04%-
XYZ7.8610.258.22-
YUV85.52122.06114.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.03%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=28.03%
G=40.59%
B=31.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6797750.3100.230.6213618.2932.16
Hex43614B1F0173E881220
Octal10314111337027762102240
Binary100001111000011001011111110101111111101000100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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